Open Source · Self-Hosted · End-to-End Encrypted

Your files. Your keys.
Your server.

Hoodik is a lightweight, self-hosted cloud storage server built with Rust and Vue. Files are encrypted in your browser before they ever leave your machine — the server never sees your plaintext data.

Quick Start
docker run --name hoodik -d \
  -e DATA_DIR='/data' \
  -e APP_URL='https://my-app.example.com' \
  --volume "$(pwd)/data:/data" \
  -p 5443:5443 \
  hudik/hoodik:latest
Hoodik - End-to-End Encrypted Cloud Storage

Why Hoodik?

Built for privacy-conscious self-hosters who want full control over their data.

🔐

End-to-End Encryption

RSA-2048AEGIS-128L

Hybrid RSA + AEGIS-128L encryption happens entirely in your browser via hardware-accelerated WASM. The server stores only ciphertext — your private key never leaves your device. Each file gets its own symmetric key, wrapped with your RSA public key.

🔎

Secure Search

File metadata is tokenized and hashed in the browser. The server matches opaque tokens — no plaintext names are ever stored or transmitted.

🔗

Public Link Sharing

Share files via a link with the decryption key in the URL fragment. The server never sees the key — recipients decrypt locally in their browser.

🛡️

Two-Factor Auth

Optional TOTP-based 2FA per user account. Add another layer of protection to your encrypted vault.

⚙️

Admin Dashboard

Manage users, sessions, invitations, and app settings from a built-in admin panel. Full control of your instance.

🐳

Docker-First

Single container deployment with multi-arch images — amd64, armv6, armv7, arm64. Up and running in seconds.

🚀

Blazing Fast

RustVue.js

Chunked concurrent transfers, Rust backend performance, and SQLite or PostgreSQL storage. Runs on less than 20 MB RAM.

Ready to own your cloud?

Deploy Hoodik in minutes with Docker. Check out the repo, follow the setup instructions, and take back control of your files.

Free for personal use · CC BY-NC 4.0

© 2026 Hudik d.o.o.. Built with ❤️ by htunlogic.