Repurpose Old Hardware into
Efficient Storage Nodes

A lightweight, high-performance file server written in Go. Zero-buffer streaming, chunked uploads, and secure sharing.

curl -fsSL https://get.aaxion.tech | sh

Or download manually from Releases

Why Aaxion Drive?

Engineered for extreme efficiency on limited resources.

🚀

Zero-Buffer

Uploads and downloads stream directly to disk. A 10GB transfer uses only ~32KB of RAM.

🔄

Chunked Uploads

Supports split-file uploading to bypass network limits and manage large transfers efficiently.

🔗

Secure Sharing

Generate one-time secure links for external file sharing with built-in expiration.

🖥️

Cross-Platform

Written in Go, running efficiently on Linux (primary) and Windows systems.

Minimal Resource Footprint

Most file servers eat RAM for breakfast. Aaxion Drive sips it. We use Go's `io.Copy` to pipe data directly, keeping your system responsive.

Idle State

0.1% CPU

Under Load (10GB)

20MB RAM
Memory Usage20 MB
CPU Load1.0%