Void is a Markdown note-taking app that treats AI as a citizen of your document, not a chat partner. Every note lives as a plain .md file you can edit anywhere; alongside it, a hidden .void/ sidecar tracks provenance, branches, conversations, and indexes. The result is notes that remember every transformation, without ever locking your content into a proprietary store.
⚠️ Void is in alpha. Expect bugs, breaking changes, and the occasional crash. See ROADMAP for what's coming.
.void/ sidecar tracking provenance, branches, conversations. Your .md files stay portable Markdown anywhere; .void/ is derived, disposable, rebuildable./distill, /morph, /thread, /bridge, /challenge, /synthesize, /extract, /continue, /versions, /replay. AI as a tool you can compose, not a chatbot you have to negotiate with.claude and codex CLIs. No API keys to manage, no per-prompt billing surprises; you bring the CLI auth.Void targets macOS 12+. Pick the DMG for your Mac:
Void_X.Y.Z_aarch64.dmgVoid_X.Y.Z_x64.dmgNot sure? Apple menu → About This Mac. "Apple M…" = Apple Silicon.
/Applications.xattr -d com.apple.quarantine /Applications/Void.appSubsequent launches and auto-updates run without any further prompts.
Longer guide with troubleshooting: docs/INSTALL.md.
Cmd+Shift+Enter opens a quick-capture window that drops a timestamped block into your inbox or daily note./distill rewrites the current note into a tighter version, recording the transformation in .void/provenance/./bridge synthesises a paragraph that connects two notes, with sources you can audit./thread <topic> orders notes that touch the topic into a coherent reading sequence with AI commentary.Void uses hexagonal architecture: the UI calls inbound ports, application services orchestrate use cases, services depend on outbound ports, and infrastructure (Tauri commands, file system, AI CLIs, keychain) implements those ports. Everything is wired together in a single composition root — src/lib/bootstrap.ts — so swapping a real Tauri adapter for an in-memory one in tests is one line.
For the full architecture guide, the Artifact System, the event bus, and the DI container, see AGENTS.md. For an index of internal documentation, see docs/INDEX.md.
PRs welcome. Start with CONTRIBUTING.md for the dev setup, conventions, and the 7-step recipe for adding a feature. Browse good first issues for low-friction places to dive in.
Security report? Don't open a public issue — see SECURITY.md.
MIT © 2026 intergalactisch.
Void stands on the shoulders of Tauri, Svelte, ProseMirror, markdown-it, and the AI assistants from Anthropic (Claude) and OpenAI (Codex).