A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Arkloop is a design-focused open-source AI Agent platform. Multi-model routing, sandboxed execution, persistent memory — a clean desktop app that works out of the box.
Download the latest version from GitHub Releases, supporting macOS, Linux, and Windows.
The desktop app bundles the full runtime — no Docker, no configuration. Just open and use. Automatic updates via GitHub Releases.
On first launch, Desktop can install the ark command-line tool. After that, you can start the same local runtime without the Desktop window:
ark web
Homebrew installs the Arkloop CLI only:
brew install qqqqqf-q/arkloop/arkloop && ark web
For a headless Linux machine, use one command:
sh -c 'set -e; arch="$(uname -m)"; case "$arch" in x86_64|amd64) arch=amd64 ;; aarch64|arm64) arch=arm64 ;; *) echo "unsupported architecture: $arch" >&2; exit 1 ;; esac; name="ark-linux-${arch}"; rm -rf "$name"; curl -fsSL "https://github.com/qqqqqf-q/Arkloop/releases/latest/download/${name}.tar.gz" | tar -xz; cd "$name"; exec ./ark web --host 0.0.0.0 --no-open'
Arkloop does what other AI chat tools do — multi-model support, tool calling, code execution, memory — but we focus on doing it cleanly:
Full documentation at docs.
We welcome contributions of all kinds.
Even if you're not a developer, just a regular user — if anything feels off while using it, even a bit of spacing, a color, a tiny detail, or a big-picture direction — please open an issue. We take every UX detail seriously, and your feedback makes the experience better for everyone.
See CONTRIBUTING.md for commit conventions and development workflow.
Thanks to the following friends for their support, keeping Arkloop going:

| Service | Stack | Role |
|---|---|---|
| API | Go | Authentication, RBAC, resource management, audit logging |
| Gateway | Go | Reverse proxy, rate limiting, risk scoring |
| Worker | Go | Job execution, LLM routing, tool dispatch, agent loop |
| Sandbox | Go | Code execution isolation |
| Desktop | Electron + Go | Native desktop app with embedded sidecar |
| Web | React / TypeScript | User interface |
| Console | React / TypeScript | Admin dashboard |
Infrastructure: PostgreSQL, Redis, SeaweedFS (or filesystem), OpenViking (vector memory).
bin/ci-local quick # Quick local CI
bin/ci-local integration # Go integration tests
bin/ci-local full # Full check
The self-hosting deployment path is still in development. While included in the current release, availability is not guaranteed. We are not focusing on this during the Alpha phase. We plan to provide full server deployment support once the desktop version stabilizes.
To report vulnerabilities, please email qingf622@outlook.com instead of opening a public issue. See SECURITY.md for our disclosure policy.
Licensed under the Arkloop License, a modified Apache License 2.0 with additional conditions:
Pocket Flow: Codebase to Tutorial
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
An AI-powered custom node for ComfyUI designed to enhance workflow automation and provide intelligent assistance
Low code tool to rapidly build and coordinate multi-agent teams