A lightweight, GPU-accelerated code editor built for the age of AI coding agents.
AI coding agents like Claude Code, Aider, and Codex are writing most of the code now. You spend less time typing and more time orchestrating — launching agents across terminals, reviewing diffs, and managing sessions.
Traditional editors ship megabytes of features you no longer need — IntelliSense, refactoring wizards, build system integrations — all consuming memory while your agents do the actual work.
Shiori takes the opposite approach: a fast, minimal editor where terminals are first-class citizens. Your RAM goes to the agents, not the editor.
| Platform | Status |
|---|---|
| macOS | Beta |
| Windows | Coming soon |
| Linux | Coming soon |
Tested against large files and high-throughput terminal workloads:
| Metric | Result |
|---|---|
| Idle memory | ~80 MB |
| 750K line file | Smooth scrolling, stable memory |
| Terminal 100K line burst | Peak ~235 MB, returns to baseline within 30s |
| Terminal binary throughput (5 MB xxd) | Peak ~226 MB, returns to baseline |
| Scrollback | Capped with O(1) trimming via VecDeque |
| 24-bit color | Semicolon and colon-separated SGR both supported |
Download the latest .dmg from Releases. Open the DMG and drag Shiori to Applications.
To use shiori from the terminal:
sudo ln -sf /Applications/Shiori.app/Contents/MacOS/shiori /usr/local/bin/shiori
Requires Rust nightly:
cargo +nightly build --release
The binary will be at target/release/shiori.
To create a macOS .app bundle:
bash macos/bundle.sh
shiori # Open in current directory
shiori path/to/folder # Open a folder
shiori path/to/file.rs # Open a file
shiori file1.rs file2.rs # Open multiple files
| Shortcut | Action |
|---|---|
| `Ctrl + `` | Toggle terminal |
Cmd + T |
New terminal tab |
Cmd + P |
Command palette |
Cmd + B |
Toggle sidebar |
Cmd + S |
Save file |
Cmd + F |
Find in file |
Cmd + G |
Toggle git panel |
Cmd + Shift + O |
Open folder |
Cmd + Shift + K |
Symbol outline |
Single-binary Rust application. All source in src/.
adabraka-gpui) — GPU-accelerated UI frameworkSee LICENSE.
$ claude mcp add shiori \
-- python -m otcore.mcp_server <graph>