Web client¶
The web client is the core compiled to WebAssembly, running entirely in your browser. It is served by the Gako server at the root of its listen address, so visiting your instance is all it takes to use it — no separate install.
Because encryption and decryption happen in the browser, plaintext never leaves your device. The server delivers the app and stores ciphertext; it does not see your secrets.
Draft
To document:
- Signing in and unlocking
- Creating, viewing, and editing secrets
- Organizing and searching
- Sharing and access
- Account recovery from the web client
- Browser support and offline behavior
Related¶
- CLI client — the same core, for scripting and automation.
- Architecture — where the web client sits.