KamKan locally stores every task as a plain .md file — readable in any editor,
trackable in Git, and beautiful in the app.
# board.mdPhilosophy
No accounts. No cloud sync. No proprietary format. KamKan boards are valid Markdown files you can open in notepad or VS Code, commit to Git, or read in a terminal. The app is just a beautiful layer on top of your filesystem.
Every board is a .md file. Task details are separate .md files in a folder. Open them anywhere.
Stop using KamKan tomorrow — your data stays exactly where it was, fully readable.
Track every change with Git. Diff tasks. Revert columns. Review history. It just works.
Edit in VS Code while KamKan is open — it detects changes and refreshes automatically.
Features
Drag to reorder, set max task limits, mark as Done for auto-completion, archive, hide, or accent with a custom hex color. Column headers support full Markdown.
Quick-create with Enter, or open the full editor with Alt+Enter. Double-click to rename inline. Right-click for a context menu.
Each task can have priority, tags, due date, subtasks with completion tracking, cross-task dependencies, and a full Markdown description with live preview.
Lets Claude Code, Codex, and Gemini CLI read and write your boards directly (see here for more details.
Support for **bold**, *italic*, ~~strikethrough~~, ==highlight==, # headings (H1–H6), > blockquotes, horizontal rules (---), - bullet list, 1. numbered list, and - [ ] task lists with live checkbox toggle, `inline code` and ```fenced code blocks```, %% comments %% which wont show on rendered markdown, external links and bare URL auto-detection (highlight text, copy link, will format it to [url link](https://google.com/)), wikilinks (links to a board and links to a specific task), wikilink autocomplete when typing [[, internal attachment link (![[filename]]) and tables.
Use [[BOARD-ID]] to link a whole board, or [[BOARD-ID-N]] to link a specific task. Wikilink autocomplete fires when you type [[. Plus formatting toolbar, live preview, checkbox toggle, code blocks, and more.
Real-time full-text search across titles, descriptions, and tags. Filter by priority, date range, or tasks with open subtasks. Filters persist while navigating.
Toggle bulk mode with Ctrl+B, select multiple tasks, then move them to any column or even another board — with overflow detection built in.
Backgrounds, text tiers, borders, sidebar, tags, priority colors, wikilinks, checkboxes, scrollbar — everything. Import and export themes as JSON. Changes apply live.
Organize boards in a folder tree in the sidebar. Drag boards between folders — it physically moves the files on disk. Choose any workspace path.
Minimize to system tray. Run on Windows startup. Custom frameless window. Zoom from 60% to 170% with Ctrl+Scroll.
Data Format
Every board and task is a standard Markdown file. No proprietary encoding, no binary blobs.
## Todo [max:10] [color:#5B8DEF] - [ ] 1|Mow the lawn - [ ] 2|Organize pantry - [ ] 3|Buy groceries ## In Progress - [ ] 4|Defrost the freezer *** ## Archive - [x] 5|Fix the roof
--- ID: 3 Tags: [food, weekly] Priority: Medium Link: Depends_on: [] Blocks: [HOUSE-7] Due_date: 2026-04-10 --- ## Description Buy everything on the weekly list. [[HOUSE-7]] depends on this. ## Subtasks - [ ] Fruits & vegetables - [x] Dairy - [ ] Cleaning supplies
{
"workspacePath":
"C:\\Users\\you\\boards",
"minimizeToTray": true,
"runOnStartup": false,
"settingsLocation":
"appdata"
}
Keyboard Shortcuts
Tech Stack
Built with Tauri and React, bundled with Vite. No external dependencies for your data. Just files.
Theme Pack
KamKan comes with 25 themes for everyone's tastes. From minimal light to deep dark, there's a theme for every workflow and mood.
Not enough ? Customize your own theme from an existing one, or drop a theme's JSON file into KamKan's theme importer and switch between them instantly.
Import via Settings → Themes → Import JSON
Download
Available for Windows and macOS (soon). No account required. Just download and go.
Installer and portable builds available.
Windows 10 / 11 · 64-bit
Download Portable (.exe) Download Installer (.exe) Download MSI (.msi)