autokeren
Cloudflare-first agentic coding CLI untuk developer Indonesia dan global
What it is and what it does
Autokeren is an agentic coding CLI that combines a native Go runtime with Python compatibility to provide an interactive terminal interface for AI-assisted development. It targets the Cloudflare stack, integrating with Workers, D1, R2, and KV, while supporting multiple AI models (kimi, glm, llama, gemma, nemotron) with automatic fallback. The package includes tools for file manipulation, shell execution, git operations, and Cloudflare deployments, plus a proof system for evidence-led release workflows.
The interactive TUI provides real-time token streaming, session persistence via SQLite, context window tracking, and project-specific memory. It supports slash commands for operations like `/rewind` (undo tool calls), `/genome` (detect duplicate code), `/loop` (detect stuck agents), and `/export` (save chat history). The safe-deploy workflow requires human-approved proof artifacts bound to git commits before publishing, and the permission system prompts before executing dangerous shell commands or file modifications.
Use it for:
- Build and deploy Cloudflare Workers and Pages applications with AI assistance and automated verification.
- Develop multi-agent systems that spawn sub-agents dynamically or run in parallel via `/project` commands.
- Integrate third-party tools via Model Context Protocol (MCP) and manage them within the agentic workflow.
- Undo and recover from agent mistakes using `/rewind` to restore previous codebase checkpoints.
- Detect and break agent loops when stuck in error cycles, with automatic model swapping.
- Export complete chat histories and session state for review, audit, or resumption across terminal sessions.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
An agentic coding CLI with an interactive terminal UI that integrates with Cloudflare's stack, supporting multiple AI models with automatic fallback, file and shell command tools, and git/deployment integration.
Yes, with conditions. The package is actively maintained, has low install friction, and offers a genuinely novel feature set (proof-driven releases, time-travel undo, loop detection) not found in comparable tools. However, it is early-stage (Alpha, 26 days old, 0 stars), targets a specific stack (Cloudflare-first), and has a dense dependency tree. Install if you develop on Cloudflare and want agentic assistance with built-in safety gates; avoid if you need a general-purpose coding agent or require production-grade stability.
Install
autokeren on PyPI
pip
pip install autokerenuv
uv add autokerenpoetry
poetry add autokerenInstalling autokeren
Before you install
Low friction installation via wheel distribution. Active maintenance with recent releases (26 days old). Requires Python 3.11+ and pulls in 10 runtime dependencies including httpx, pydantic, textual, and python-telegram-bot—a moderately dense dependency tree but all are well-established packages.
License in practice
MIT license permits commercial and private use with minimal restrictions. You may use, modify, and distribute the package freely provided you retain the license notice.
Quickstart
pip install autokeren
autokeren --proof replay examples/proof-demo/proof-run.json
Requires Python 3.11 or later. The native Go runtime is the active component; Python is retained as a compatibility layer.
Verify before relying
- Whether the 10 runtime dependencies (httpx, pydantic, textual, etc.) introduce any transitive vulnerabilities or version conflicts in practice.
- Performance characteristics and resource usage of the interactive TUI under typical workloads.
- Stability and maturity of the proof system and safe-deploy workflow in production scenarios.
- Whether the Cloudflare-first design limits utility for developers not using Cloudflare's platform.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 10 — httpx, pydantic, pyfiglet, pyperclip, python-telegram-bot, pyyaml, requests, rich, strictyaml, textual |
| Maintenance | actively maintained — 26 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 79,958/month — #14,328 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: autokeren-0.14.3-py3-none-any.whl
Keywords: agent, agentic, cli, cloudflare, coding-assistant, developer-tools, glm, kimi, workers-ai
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
aider-chatAider is an AI pair programming tool that runs…
permissive · top 5,000 on PyPI
google-agents-cliA CLI toolchain that equips coding agents…
permissive · top 15,000 on PyPI
deepagents-codeA terminal-based AI coding agent that works…
permissive · top 15,000 on PyPI
pydantic-deepA Python framework and terminal assistant for…
permissive · top 15,000 on PyPI
trinity-agentTrinity orchestrates multiple AI coding agents…
permissive · top 15,000 on PyPI
openhandsOpenHands is a CLI tool that runs an AI agent…
permissive · top 5,000 on PyPI
openai-codex-cli-binProvides a local command-line interface to…
permissive · top 15,000 on PyPI
pairmuxpairmux lets AI agents control interactive…
permissive · top 15,000 on PyPI
omnigent-ui-sdkProvides terminal UI components built on Rich…
unclear · top 15,000 on PyPI
kimi-cliKimi CLI is a terminal-based AI agent that…
unclear · top 15,000 on PyPI