From Kipppunkt (German: tipping point).
kippā¢punkt is an AI coding agent orchestrator that helps you shape your ideas. Implements. Opens PRs. Responds to reviews. Fully autonomous.
You decide what gets built and what gets merged.
From anywhere šļø
Start in 5 minutes Ā· See kippā¢punkt in action
- Meets you where you are. Integrates into GitHub Issues and PRs. No new UI, no new workflow.
- Async. Review and approve from anywhere, even your phone.
- Concurrent. Run multiple agents on different tasks in parallel.
- Model-agnostic. Works with Claude Code, Codex, OpenCode, and many more.
- Self-hosted. Runs 100% local on your machine.
- Quick start guide - Get running in 5 minutes
- Installation - npm, global install, and direct download
- CLI commands - Complete command reference
- Configuration - Concurrency, polling, allowlist, and more
- Roadmap - What's coming next
Prerequisites: an AI coding agent (Codex, Claude Code, or similar), the GitHub CLI, and a separate bot GitHub account with a personal access token (repo scope). See the full prerequisites guide for details.
-
Set your bot token:
export GH_TOKEN=ghp_your_bot_token_here -
Start the orchestrator from the root of your repository:
npx @kipppunkt/agent start \ --command "codex exec {prompt} --dangerously-bypass-approvals-and-sandbox"Other harnesses work too. See CLI commands for Claude Code, OpenCode, and Copilot CLI templates.
-
Open a GitHub issue. Describe what you want to build and assign it to the bot account. See Ship your first idea for a full walkthrough.
