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/orbitscanner/orbit/releases/download/v0.5.0/orbit_0.5.0_Darwin_arm64.tar.gztar -xzf orbit_0.5.0_Darwin_arm64.tar.gz
# For Intel Macswget https://github.com/orbitscanner/orbit/releases/download/v0.5.0/orbit_0.5.0_Darwin_x86_64.tar.gztar -xzf orbit_0.5.0_Darwin_x86_64.tar.gz
# For x86_64 systemswget https://github.com/orbitscanner/orbit/releases/download/v0.5.0/orbit_0.5.0_Linux_x86_64.tar.gztar -xzf orbit_0.5.0_Linux_x86_64.tar.gz
# For ARM64 systemswget https://github.com/orbitscanner/orbit/releases/download/v0.5.0/orbit_0.5.0_Linux_arm64.tar.gztar -xzf orbit_0.5.0_Linux_arm64.tar.gz
# Make it executablechmod +x orbit
# Set your encryption key (must be 32 characters)export API_ENCRYPTION_KEY=12345678901234567890123456789012
# Start Orbit./orbit serve
# Access the web interface athttp://localhost:8090
Read the Documentation
Learn how to set up and configure Orbit for your security needs.
Join Our Community
Join the discussion in the BHIS Discord community. We’re here to help!