Hoodik icon
Hoodik icon

Hoodik

Lightweight, self-hosted encrypted cloud storage enabling fast uploads and downloads, easy Docker install, secure public link sharing, browser-side cryptography, searchable metadata, and low RAM footprint. Designed for privacy, performance, and file management.

Hoodik screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Android
  • iPhone
  • Self-Hosted
  • Docker
31likes
0comments
0articles

Features

Properties

  1.  Lightweight
  2.  Privacy focused

Features

  1.  Two-factor Authentication
  2.  End-to-End Encryption
  3.  Support for MarkDown
  4. Amazon Simple Storage Service icon  Support for Amazon S3
  5.  No Tracking
  6.  AES-256 Encryption
  7.  Built-in viewer
  8.  WYSIWYG Support
  9.  Full-Text Search
  10.  Live Preview
  11.  Syntax Highlighting
  12.  Works Offline
  13.  Dark Mode
  14.  Hierarchical Structure
  15.  Ad-free
  16.  Shared Folders
  17.  Encrypted Backup
  18.  File Versioning
  19.  Real time collaboration
  20.  No Coding Required
  21.  Large File Transfer
  22.  Zero Knowledge
  23.  File Sync
  24.  Rust
  25. Docker icon  Support for Docker
  26.  Team Collaboration

Hoodik News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Hoodik information

AlternativeTo Categories

Security & PrivacyBackup & SyncFile SharingOffice & ProductivityDevelopmentRemote Work & EducationFile Management

Apple AppStore

  •   Updated 
  •   0 avg rating
View in AppStore

GitHub repository

  •  1,458 Stars
  •  66 Forks
  •  9 Open Issues
  •   Updated  
View on GitHub
Hoodik was added to AlternativeTo by xn ax on and this page was last updated .
No comments or reviews, maybe you want to be first?

Featured in Lists

Selfhosting is where you're hosting your own websites, apps, software, tools, and much more on your own server...

List by Korbs with 81 apps, updated

Some countries are either implementing or planning to change laws that would enforce backdoor access to encryption...

List by c17s5qhu with 13 apps, updated

A list with 9 apps by 0ddL33 without a description.

List by 0ddL33 with 9 apps, updated

Official Links

What is Hoodik?

Hoodik is a self-hosted cloud storage server with a Vue 3 web frontend and native mobile apps. Files, file names, and search queries are encrypted on your device before they reach the server. The server only ever stores ciphertext, so it cannot read your files even if it is compromised. The cryptographic engine is written in Rust and compiled to WebAssembly for the browser and to native bindings for mobile, so every platform runs the same auditable codebase.

The default symmetric cipher is AEGIS-128L, a hardware-accelerated AEAD that outperforms AES-GCM on modern CPUs. File keys are wrapped with a post-quantum hybrid of X25519 and ML-KEM-768, and login uses OPAQUE, so your password never leaves your device. Search queries are never sent in plaintext: file names are tokenized with a BERT model and hashed with SHA-256 before upload, and the server matches those hashes. Public link sharing places a per-link key in the URL fragment, so the file key never reaches the server or anyone other than the recipient.

Storage backends are pluggable. By default Hoodik writes encrypted chunks to local disk, and it also supports any S3-compatible service (AWS S3, Backblaze B2, Wasabi, Cloudflare R2, MinIO). The database is SQLite by default and switches to PostgreSQL with a single environment variable. The whole server idles at around 20 MB of RAM and ships as a single multi-arch Docker image (amd64, arm64, armv7, armv6), so it runs on a Raspberry Pi or any small machine.

Hoodik also ships an encrypted markdown notes editor with version history. It is a self-hosted alternative to Obsidian Sync or Notion for users who want their notes encrypted end to end. Native apps are live on all three stores: iOS and macOS on the App Store, Android on Google Play. All three are free.

For people who want the same setup without running a server, Hoodik Cloud is managed hosting run by the Hoodik team. It runs the same open-source code with the same client-side encryption, and each instance gets its own dedicated storage bucket. You can export your entire instance at any time and get a runnable copy of open-source Hoodik with your encrypted data inside, ready to self-host with Docker. Plans start at 9 EUR/month for 100 GB with a 14-day free trial.