Skip to content

Repository files navigation

Kami App Icon

Kami

Markdown, without the noise.

Kami is a fast, lightweight and local markdown editor built for people who value privacy and speed. It works offline, weighs under 10mb, is open source and completely free.

Kami

It's built with Tauri v2, React, Zustand, CodeMirror, and Rust. The app keeps documents on disk, respects workspace .gitignore rules, supports multiple windows, renders extended markdown such as tables and Mermaid diagrams, and ships with a signed macOS release flow.

Repository

  • apps/desktop/ — Tauri desktop app.
  • apps/desktop/src/ — React frontend.
  • apps/desktop/src-tauri/src/ — Rust commands, workspace state, watcher, updater, and CLI integration.
  • apps/website/ — landing page.
  • docs/ — project and agent workflow docs.
  • SPECs/ — feature specs and design notes.

Development

This repo uses Vite+ through the vp CLI. Use vp instead of calling the package manager or Vite tooling directly.

vp install
vp dev

Validation

vp check
vp test

Rust validation runs from the Tauri crate:

cd apps/desktop/src-tauri
cargo test
cargo clippy
cargo fmt --check

Releases

macOS releases are cut locally with scripts/distribute.sh. See docs/releasing.md for the signed, notarized release workflow and updater publishing details.

About

A fast, lightweight and local markdown editor built for people who value privacy and speed.

Topics

Resources

Stars

24 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages