Getting started
Install
Section titled “Install”cargo binstall konoma # prebuilt binary (install cargo-binstall via Homebrew first)# orcargo install konoma # build from source with the Rust toolchainPrebuilt tarballs are also on the GitHub releases page if you don’t use cargo at all.
Requirements
- macOS on Apple Silicon is the primary target (Intel macOS works; Linux x86_64 builds are experimental; no Windows).
- Image / SVG / video-thumbnail / PDF previews need a terminal with the kitty graphics protocol — Ghostty or kitty. Text previews work in any terminal.
- Icons need Nerd Font glyphs: add
Symbols Nerd Font Monoas a fallback font, or use an NF-bundled font (HackGen Console NF, UDEV Gothic NF, …). No Nerd Font? Setui.icons = falsein the config for plain symbols.
Optional tools, all degrading gracefully when absent: git (git suite),
poppler (multi-page PDF), ffmpegthumbnailer/ffmpeg (video thumbnails),
lazygit (external git tool on O).
The two-screen model
Section titled “The two-screen model”konoma # browse the current directorykonoma ~/work # or any directorykonoma has exactly two main screens and no split panes:
- Tree — the full-screen file tree. Move with
j/k, expand/enter withlorEnter, go to the parent withh. - Preview — the full-screen view of the selected file.
q(orEsc) returns to the tree.
Everything else (git views, bookmark list, help) layers on top of these two. Two habits carry you everywhere:
?shows help for the screen you are on. Every view documents its own keys.qgoes back one level.Qquits from anywhere (with a confirmation).
Five-minute tour
Section titled “Five-minute tour”- Launch
konomain a project directory. - Type
/and a few letters — the tree filters as you type.Escclears. - Select a Markdown file, press
Enter— it renders with headings, tables and links. PressTabto focus a link,Enterto follow it,qto come back. - Select an image or PDF — full-screen pixels;
+/-zooms,J/Kturns PDF pages. - In a git repository, press
o— the changes hub.Enteron a file shows its full-screen diff;lis the log;gis the commit graph.qbacks out. - Press
mthenato bookmark where you are; press'to see the bookmark list and jump.
The built-in tutorial
Section titled “The built-in tutorial”The repository ships a hands-on tour designed to be read inside konoma — links you can follow, checkboxes you can actually toggle:
git clone https://github.com/LESIM-Co-Ltd/konomakonoma konoma/samples # then open tutorial.mdWhere next
Section titled “Where next”- Tutorial — the same tour as above, in seven guided steps.
- Working with an AI agent — konoma’s flagship workflow.
- Previews in depth — Markdown, tables, media, copying.
- The git suite — hub, diffs, log, graph, branches.
- Files, bookmarks & tabs — the file-manager side.
- Configuration — every option, one page.