| Crates.io | risu |
| lib.rs | risu |
| version | 0.1.13 |
| created_at | 2026-01-20 22:17:36.435501+00 |
| updated_at | 2026-01-23 20:55:05.752414+00 |
| description | A lightning-fast, TUI-based note-taking app written in Rust. Features Vim-like bindings, local-first storage, and E2E encrypted sync. |
| homepage | |
| repository | https://github.com/ticklon/risu-cli |
| max_upload_size | |
| id | 2057699 |
| size | 268,132 |
Risu Note is a local-first, terminal-based note-taking application designed for developers. It features Vim-like keybindings, robust offline capabilities, and optional End-to-End (E2E) encrypted synchronization.
~/.risu/local.db), ensuring zero latency and full privacy without any internet connection.While Risu runs on any standard terminal, we highly recommend using a Nerd Font (e.g., Hack Nerd Font, JetBrainsMono Nerd Font) to correctly display the beautiful icons in the UI. Without it, some icons may not render, though functionality remains unaffected.
The easiest way to install Risu is via crates.io:
cargo install risu
Ensure you have Rust installed.
git clone https://github.com/ticklon/risu-cli.git
cd risu-cli
cargo install --path .
Run the application:
risu
j / k (or Up/Down): Navigate listEnter: Open note in Editor (Normal Mode)i: Open note in Editor (Insert Mode)n: Create new note (starts in Insert Mode)d: Delete note (with confirmation)/: Search / Filter notesCtrl+g: Show Status Pane (from List Mode)Esc: Back to List (Auto-saves changes)Ctrl+s: Force Save / SyncRisu Note prioritizes your privacy.
See our Privacy Policy and Terms of Service for details.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.