惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
V
V2EX
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
Vercel News
Vercel News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
美团技术团队
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - nico2sh/kimun: Simple note taking, powerful sear...
pnikosis · 2026-06-15 · via Hacker News: Show HN

Kimün Logo

Kimün

Simple note-taking. Powerful search. AI-ready.

Documentation License Crates.io Stars Built With Ratatui

Kimün (Mapudungun): Knowledge, learning, or wisdom.


Kimün is a lightweight, fast, terminal-based notes application focused on simplicity and powerful search. Local-first; you own the notes.

It doesn't try to be a bloated, all-in-one life-management tool or a second brain (some of us struggle with a single brain already!). Instead, it serves as a minimalist local-first vault that seamlessly weaves into your existing developer terminal environment. Because your notes are stored as plain Markdown files, it plays beautifully alongside tools like Obsidian, Logseq, or QOwnNotes giving you a fast TUI/CLI alternative right in your shell.

USERS BEWARE: Kimün is in heavy development; configuration and custom themes may break with newer updates. If the app fails to start after an update, remove your configuration file so a new one is generated.


📖 Documentation

Do you want to know more? ⭐️🚀 Check out our official documentation site for complete user guides, advanced setup steps, and integration tips:

👉 Read the Full Documentation Here


✨ Key Features

  • Blazing Fast Search: Local Markdown files are automatically indexed into a local SQLite database for (almost) instantaneous full-text, structured, and fuzzy search.
  • 🗺️ Zettelkasten-Ready Linkages: Seamlessly navigate your knowledge base using [[wikilinks]] and standard Markdown links with intuitive keyboard shortcuts. Includes backlink support with interactive previews!
  • 🧠 AI & MCP Native: Equipped with a dedicated Model Context Protocol (MCP) Server and LLM tools. Let your local or cloud AI models (like Claude Code) scan your notes, run daily reviews, update journals, or synthesize concepts directly.
  • 🤖 Two Interfaces:
    • TUI (Terminal User Interface): An elegant, interactive pane for capturing thoughts, browsing workspaces, and previewing files.
    • CLI (Command Line Interface): Fully scriptable. Pipe outputs, log entries via cron jobs, and manipulate entries using jq and shell tools.
  • 🗂️ Workspaces in Context: Effortlessly separate your notes into distinct contexts (e.g., Personal vs Work) using multiple independent vaults.
  • 🟢 Vim ready: Power users rejoice! You can navigate with HJKL and more with either:
    • Vim emulation: fully baked in in the app, you have Vim motions, vim Visual mode, even replace mode, and more! While having the rich editor capabilities.
    • Embedded Neovim Mode: In case you want to use your own config from Neovim, you can use Neovim in embedded mode too.

📸 How the TUI looks

Kimün Notes Preview and Search Panel Screenshot


🚀 Quick Start

Installation

Install script (macOS & Linux)

curl -fsSL https://kimun.2co.dev/install.sh | sh

Installs the latest release into ~/.local/bin (override with KIMUN_INSTALL_DIR) and enables in-app self-update. The script verifies the download's SHA-256 before installing. Prefer to inspect first:

curl -fsSLO https://kimun.2co.dev/install.sh && less install.sh && sh install.sh

Homebrew (macOS & Linux)

brew tap nico2sh/kimun
brew install kimun

Cargo (Rust Ecosystem)

cargo install kimun-notes

Try It Out!

Explore Kimün immediately using the pre-configured environments located inside the example/ directory. It comes loaded with interconnected personal and work notes, journals, and incoming inboxes:

# Launch Kimün in the sample workspace
kimun --vault ./example

⌨️ TUI Keyboard Shortcuts

Shortcut Action
Ctrl + K Global fuzzy search (Telescope-like)
Ctrl + N Follow [[wikilink]] under cursor
Ctrl + G Leader gateway (e.g. Ctrl + G then l b opens Backlinks)
Ctrl + E Open the file browser drawer
Ctrl + T Toggle the sidebar drawer
Ctrl + W Quick Note — immediately capture thoughts to your inbox
F4 Switch Workspaces (e.g., Toggle Personal / Work)

🤖 Automating with CLI & AI (MCP)

The Power of the CLI

Because Kimün is fundamentally a CLI tool, you can easily pipeline your notes into automation workflows:

# Quick log to your daily journal from a shell workflow
echo "Finished deploy script successfully" | kimun journal append

# Search your notes structurally
kimun search "refactoring" --json | jq '.[].path'

Model Context Protocol (MCP) & LLMs

Kimün bridges local notes with next-generation AI assistants. Using its native MCP Server, AI agents (such as Claude Code) can natively view, update, query, and synthesize your thoughts.

  • Scan & Synthesize: Ask an LLM to read a week's worth of journal logs and pull out action items.
  • Brainstorm: Ground an agent's reasoning inside your existing knowledge vault to avoid hallucinations.
  • Auto-organize: Let AI tools suggest unlinked but highly relevant notes.

Check the logs to learn how to set up the MCP server, here is an example for Claude Code integration:

# Claude Code (one-time setup)
claude mcp add kimun -- kimun mcp

If instead, you are skills person (or both!), just copy the skills into your preferred agent harness tool:

# Copy the skill to your Claude skills directory
cp -r skills/kimun-cli ~/.claude/skills

(Want to check out or share prompts? See the available definitions in the /skills directory!)


🤝 Contributing

Who doesn't love open-source contributions! Whether you want to submit a bug fix, optimize the SQLite indexing, polish the text layout engine, or share an LLM Prompt template/Skill, you are welcome here.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/amazing-idea).
  3. Commit your changes (git commit -m 'Add amazing feature').
  4. Push to the branch (git push origin feature/amazing-idea).
  5. Open a Pull Request.

🏆 Credits & Inspirations

Kimün stands on the shoulders of giants in the terminal and note-taking ecosystem:

  • UI/UX Foundations: Built with Ratatui & ratatui-textarea.
  • Search Mechanics: Powered by Nucleo for ultra-fast fuzzy matching, and ignore for rapid directory walking.
  • Editor Integration: Leverages nvim-rs for Neovim synchronization workflows.
  • Inspiration: Heavily inspired by Obsidian, Logseq, and QOwnNotes.