Kanban control
Create tasks, watch live output, retry failures, fork successful runs, and keep scheduled work visible.
A native-feeling macOS command center for scheduling, monitoring, and chaining Claude Code and OpenAI Codex CLI agents from your own machine.
AgentForge keeps the human in control while making agent work schedulable, observable, and reusable.
Create tasks, watch live output, retry failures, fork successful runs, and keep scheduled work visible.
Run immediately, after a delay, at a specific date, or on cron. Heartbeats can decide when work is worth creating.
Chain tasks into dependencies so research, implementation, review, and reporting can run as one workflow.
Detect repeated work patterns, distill them into standard SKILL.md files, and load them into Claude Code and Codex.
Read structured output from Claude Code or Codex CLI without tailing terminals or digging through logs.
The backend listens on loopback only. Your code stays on your Mac; channels and agents connect through local control.
AgentForge can scan completed runs for recurring recipes and pitfalls, draft a proper skill, and keep you in the approval loop before anything is installed.
Find patterns across completed task history.
Ask an agent to draft a useful SKILL.md, not just a prompt snippet.
Review, edit, enable, disable, or delete from the Skills tab.
# Recurring release checklist distilled from runs
name: release-check
description: Verify package build, backend binary,
and Electron resources before a DMG release.
steps:
- run frontend-quality gate
- compile Bun backend
- inspect Forge output
Electron owns the native shell. The Bun backend owns scheduling, SQLite, agent execution, channels, heartbeats, and skills.
Optional bridges can create and monitor tasks while AgentForge still runs the work locally on your Mac.
Send prompts to the bot, get task links and result summaries back.
Socket Mode events for task creation and status updates in channels.
Long-connection support without exposing your machine to the public internet.
Experimental local bridge for messaging-driven task creation.
AgentForge is MIT licensed and runs as a local macOS app.
Grab the latest AgentForge DMG from GitHub Releases for Apple Silicon Macs.
Drag AgentForge into Applications. The app bundles its compiled Bun backend.
Choose a working directory, select Claude Code or Codex CLI, and schedule the task.
# Clone and run the Electron app git clone https://github.com/hetaoBackend/agentforge.git cd agentforge/taskboard-electron bun install --ignore-scripts bun run start # Build the distributable DMG bun run make