OSS Tanbou

Hoodik — self-host encrypted storage where plaintext stays in the browser

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
1,481
Primary language
Rust
License
Not determined
Repository last updated
Sep 20, 2026

Overview

Hoodik is a self-hosted storage service that encrypts files and notes in the browser before upload, with encrypted search, public sharing, 2FA, SQLite/PostgreSQL, and S3-compatible storage support.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Encrypt files and notes on the client before storage

File keys, chunk encryption, and note encryption are handled in the browser so the server stores ciphertext.

Sources: [2]

Support encrypted search and public links without exposing plaintext

Search tokens are keyed client-side and public-link keys live in URL fragments, keeping decryption material away from the server.

Sources: [2]

For self-hosted storage where the server or object-store provider should not see plaintext

It fits users who want local or S3-compatible storage while minimizing trust placed in the storage backend.

Sources: [2]

Review the non-commercial license and recovery-key responsibilities

CC BY-NC 4.0 requires a separate license for commercial use, and recovery depends on safely retaining private key material.

Sources: [2][4]

Official sources

  1. [1]hudikhq/hoodik repository(2026-09-21)
  2. [2]Hoodik README(2026-09-21)
  3. [3]Hoodik website(2026-09-21)
  4. [4]Hoodik CC BY-NC 4.0 license(2026-09-21)
Supplemental curator note

Hoodik is designed so encryption and decryption happen client-side and the server never sees plaintext file data. Its repository is licensed under CC BY-NC 4.0, which prohibits commercial use without a separate commercial agreement, so it is recorded as `NOASSERTION` rather than a standard open-source license.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/hudikhq/hoodik.git
  2. 2

    Enter the repository

    cd hoodik
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

1,481 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
6
Open PRs
1

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • cloud
  • e2e-encryption
  • backup
  • self-hosted
Stars
1,481
Forks
69
Watchers
7
Open issues
13
Contributors
2
Primary language
Rust
License
Not determined
Repository last updated
Sep 20, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.