Neutrino is a fast, open-source cloud storage platform built with Rust. Self-host on any server you own, or use our fully managed service. No artificial limits. No surveillance. Just your files.
Hosted version at neutrino.app ยท No credit card required
Neutrino covers the full lifecycle of cloud storage โ from upload to organization, search, sharing, and beyond. Here's what's available today.
Store files of any type, up to 10 GB per file. Your data lives on infrastructure you control โ no artificial limits from a vendor.
Nested folders, star favorites, color-label folders, create shortcuts, and bulk-manage thousands of files in seconds.
Self-hosted means only you hold the keys. Your files never touch a third-party cloud. Full audit trail on every action.
Rust backend handles streaming uploads and downloads with HTTP Range support. Resume interrupted transfers without losing progress.
Per-user storage quotas, daily upload caps, and admin controls. Built from day one for organizations of any size.
Every line of code is auditable and forkable. Build on top of Neutrino, contribute back, or just trust what you can verify.
Drag and drop files up to 10 GB. Streaming multipart upload means you never wait for the whole file to buffer before transfer begins.
Create nested folders, star favorites, add color labels, and build shortcuts so a file appears in multiple places without duplicating storage.
Download with HTTP Range support so interrupted transfers resume exactly where they left off โ even on slow or flaky connections.
Deploy Neutrino on any Linux server, VPS, Raspberry Pi, or bare metal box. A single binary backed by SQLite โ no external database required to get started.
# Download the latest release
curl -LO https://github.com/your-org/neutrino/releases/latest/download/drive-linux-x86_64
chmod +x drive-linux-x86_64
# Configure your instance
export JWT_SECRET="$(openssl rand -hex 32)"
export DATABASE_URL="neutrino.db"
export STORAGE_PATH="/var/neutrino/storage"
export PORT=8080
# Run
./drive-linux-x86_64
# โ Neutrino Drive listening on 0.0.0.0:8080
# โ Database migrations applied
# โ Storage path: /var/neutrino/storageOr use Docker: docker run -e JWT_SECRET=... ghcr.io/your-org/neutrino:latest
Neutrino is under active development. File storage and organization are complete and production-ready. Here's what's next.
Use the hosted version at neutrino.app โ free, no credit card. Or self-host in minutes on your own infrastructure.