Open source ยท MIT license

Cloud storage that
belongs to you

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

10 GBmax file size
Rustbackend language
HTTP Rangeresume support
MITopen source license
Everything you need

Built for real work

Neutrino covers the full lifecycle of cloud storage โ€” from upload to organization, search, sharing, and beyond. Here's what's available today.

Unlimited Storage

Store files of any type, up to 10 GB per file. Your data lives on infrastructure you control โ€” no artificial limits from a vendor.

Smart Organization

Nested folders, star favorites, color-label folders, create shortcuts, and bulk-manage thousands of files in seconds.

Privacy First

Self-hosted means only you hold the keys. Your files never touch a third-party cloud. Full audit trail on every action.

Built for Speed

Rust backend handles streaming uploads and downloads with HTTP Range support. Resume interrupted transfers without losing progress.

Team-Ready

Per-user storage quotas, daily upload caps, and admin controls. Built from day one for organizations of any size.

Open Source

Every line of code is auditable and forkable. Build on top of Neutrino, contribute back, or just trust what you can verify.

Simple workflow

Store, organize, access

01

Upload anything

Drag and drop files up to 10 GB. Streaming multipart upload means you never wait for the whole file to buffer before transfer begins.

02

Organize your way

Create nested folders, star favorites, add color labels, and build shortcuts so a file appears in multiple places without duplicating storage.

03

Access from anywhere

Download with HTTP Range support so interrupted transfers resume exactly where they left off โ€” even on slow or flaky connections.

Self-host

Your server. Your rules.

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.

  • Your data never leaves your servers
  • No per-seat pricing or vendor lock-in
  • Customize storage limits and policies
  • Integrate with your existing infrastructure
  • Full control over retention and deletion
  • GDPR and compliance-friendly by default
Terminal
# 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/storage

Or use Docker: docker run -e JWT_SECRET=... ghcr.io/your-org/neutrino:latest

What's coming

Roadmap

Neutrino is under active development. File storage and organization are complete and production-ready. Here's what's next.

Phase 1.0
Bootstrap
Auth, health checks, workspace setup
Phase 1.1
Cloud Storage
Upload, download, quotas, metadata
Phase 1.2
File System
Folders, trash, stars, shortcuts, bulk ops
Phase 1.3
File Preview
In-browser PDF, image, video, text viewer
Phase 1.4
Versioning
Automatic snapshots, version history, restore
Phase 2.0
Sharing
Link sharing, role-based permissions, IRM

Your files, your control.
Start today.

Use the hosted version at neutrino.app โ€” free, no credit card. Or self-host in minutes on your own infrastructure.