# Kimaki

> Iron Man's Jarvis for coding agents, inside Discord

## Best way to inspect these docs

Download all docs as markdown files and grep them locally:

```bash
curl -L https://kimaki.dev/docs.zip -o docs.zip
unzip docs.zip -d docs
grep -R "search term" docs/
```

Use this when you need to search across the whole documentation set. The zip contains every page as a .md file.

## Page index

You can also fetch individual markdown pages directly:

- [AI coding agents orchestrated from Discord](https://kimaki.dev/index.md)
- [Models & Subscriptions](https://kimaki.dev/docs/getting-started/subscriptions.md)
- [Model & Agent Switching](https://kimaki.dev/docs/getting-started/model-switching.md)
- [Background Sync](https://kimaki.dev/docs/getting-started/background-sync.md)
- [Channels & Threads](https://kimaki.dev/docs/core-concepts/channels-threads.md)
- [Message Handling](https://kimaki.dev/docs/core-concepts/message-handling.md)
- [Managing Sessions](https://kimaki.dev/docs/core-concepts/sessions.md)
- [The Queue](https://kimaki.dev/docs/features/queue.md)
- [btw (side questions)](https://kimaki.dev/docs/features/btw.md)
- [Worktrees](https://kimaki.dev/docs/features/worktrees.md)
- [Diff Viewer](https://kimaki.dev/docs/features/diff-viewer.md)
- [Scheduled Tasks](https://kimaki.dev/docs/features/scheduled-tasks.md)
- [Voice Messages](https://kimaki.dev/docs/features/voice.md)
- [Images](https://kimaki.dev/docs/features/images.md)
- [OpenCode Commands](https://kimaki.dev/docs/features/opencode-commands.md)
- [Shell Commands](https://kimaki.dev/docs/features/shell-commands.md)
- [Browser VS Code](https://kimaki.dev/docs/remote-access/vscode.md)
- [Tunnels](https://kimaki.dev/docs/remote-access/tunnels.md)
- [Screen Sharing](https://kimaki.dev/docs/remote-access/screen-sharing.md)
- [Access Control](https://kimaki.dev/docs/configuration/access-control.md)
- [Tool Permissions](https://kimaki.dev/docs/configuration/permissions.md)
- [Verbosity](https://kimaki.dev/docs/configuration/verbosity.md)
- [Memory](https://kimaki.dev/docs/configuration/memory.md)
- [MCP Servers](https://kimaki.dev/docs/configuration/mcp.md)
- [Managing Projects](https://kimaki.dev/docs/configuration/projects.md)
- [Troubleshooting](https://kimaki.dev/docs/guides/troubleshooting.md)
- [CI & Automation](https://kimaki.dev/docs/guides/ci-automation.md)
- [Advanced Setup](https://kimaki.dev/docs/guides/advanced-setup.md)
- [Programmatic Gateway](https://kimaki.dev/docs/guides/programmatic-gateway.md)
- [Abort Session with "x"](https://kimaki.dev/docs/plugins/abort-on-x.md)
- [Commands Reference](https://kimaki.dev/docs/reference/commands.md)
- [Gateway Architecture and Event Delivery](https://kimaki.dev/docs/reference/gateway-architecture.md)
- [Internals](https://kimaki.dev/docs/reference/internals.md)
- [Privacy Policy](https://kimaki.dev/docs/legal/privacy.md)
- [Terms of Service](https://kimaki.dev/docs/legal/terms.md)

## Links

- [GitHub](https://github.com/remorses/kimaki)
- [Changelog](https://github.com/remorses/kimaki/releases)
- [Discord](https://discord.gg/qz3hapKcMM)