Open Source
Built with transparency and community collaboration in mind. Free to use, modify, and contribute.
Open Source
Built with transparency and community collaboration in mind. Free to use, modify, and contribute.
Easy to Use UI
Modern, intuitive interface designed for both beginners and experts. Get started in minutes.
Modern Framework
Built with cutting-edge technologies like SvelteKit, PocketBase, and Go for optimal performance.
Cloud Enabled
Deploy anywhere with our cloud-native architecture. Supports multiple cloud providers.
Automated Deployments
Streamline your workflow with automated deployments and infrastructure as code.
# For Apple Silicon (M1/M2)wget https://github.com/bitorscanner/bitor/releases/download/v0.5.0/bitor_0.5.0_Darwin_arm64.tar.gztar -xzf bitor_0.5.0_Darwin_arm64.tar.gz
# For Intel Macswget https://github.com/bitorscanner/bitor/releases/download/v0.5.0/bitor_0.5.0_Darwin_x86_64.tar.gztar -xzf bitor_0.5.0_Darwin_x86_64.tar.gz
# For x86_64 systemswget https://github.com/bitorscanner/bitor/releases/download/v0.5.0/bitor_0.5.0_Linux_x86_64.tar.gztar -xzf bitor_0.5.0_Linux_x86_64.tar.gz
# For ARM64 systemswget https://github.com/bitorscanner/bitor/releases/download/v0.5.0/bitor_0.5.0_Linux_arm64.tar.gztar -xzf bitor_0.5.0_Linux_arm64.tar.gz
# Make it executablechmod +x bitor
# Set your encryption key (must be 32 characters)export API_ENCRYPTION_KEY=12345678901234567890123456789012
# Start Bitor./bitor serve
# Access the web interface athttp://localhost:8090
Read the Documentation
Learn how to set up and configure Bitor for your security needs.