Local-first maintainer console with built-in agent workspaces: triage PRs, issues, and CI across GitHub, GitLab, Forgejo, and Gitea, then turn any item into a worktree session running your coding agent. One binary, no inbox.
See the codekenn-forge is a local maintainer console for pull requests, issues, reviews, activity, and local workspaces. It syncs the repositories you maintain into a local SQLite database and serves the UI from one binary.
Start with the user guide for setup and workflows.
Activity keeps the selected pull request beside its live workspace and coding-agent session.
Provider capabilities vary. kenn-forge shows unsupported actions as unavailable.
Download the archive for your system from
GitHub Releases. Releases
include a SHA256SUMS file.
| System | Architecture | Archive |
|---|---|---|
| Linux | x86-64 | forge_<version>_linux_amd64.tar.gz |
| Linux | ARM64 | forge_<version>_linux_arm64.tar.gz |
| macOS | Intel | forge_<version>_darwin_amd64.tar.gz |
| macOS | Apple silicon | forge_<version>_darwin_arm64.tar.gz |
| Windows | x86-64 | forge_<version>_windows_amd64.zip |
Extract the archive and move kenn-forge or kenn-forge.exe to a directory on
your PATH.
Build the current source when no release is published:
git clone https://github.com/kenn-io/forge.git kenn-forge
cd kenn-forge
make install
Source builds require Go 1.27+ and Bun.
GitHub users can reuse an authenticated GitHub CLI session:
gh auth login
kenn-forge daemon start
Open http://127.0.0.1:8091. First-run setup connects a code forge, adds
repositories, runs the first sync, and opens a pull request.
Use kenn-forge serve when you want the server attached to the foreground for
development or diagnosis.
The Repositories panel selects provider hosts and repository patterns. GitLab,
Forgejo, and Gitea hosts reuse an authenticated glab or fj session the same
way. Configure explicit credentials through environment variables or
~/.kenn/forge/config.toml; see Configuration.
Local workspaces require Git and tmux on a Unix-like host. The Windows release supports the dashboard and provider actions. Use WSL or a remote Unix-like kenn-forge host when you need workspace sessions.
kenn-forge is licensed under the Elastic License 2.0. Contributions made before the relicense remain available under the MIT License; see NOTICE. Contact Kenn Software at info@kenn.io for commercial licensing.
Go
57.5%
TypeScript
31.4%
Svelte
9.6%
Local-first maintainer console with built-in agent workspaces: triage PRs, issues, and CI across GitHub, GitLab, Forgejo, and Gitea, then turn any item into a worktree session running your coding agent. One binary, no inbox.
See the codekenn-forge is a local maintainer console for pull requests, issues, reviews, activity, and local workspaces. It syncs the repositories you maintain into a local SQLite database and serves the UI from one binary.
Start with the user guide for setup and workflows.
Activity keeps the selected pull request beside its live workspace and coding-agent session.
Provider capabilities vary. kenn-forge shows unsupported actions as unavailable.
Download the archive for your system from
GitHub Releases. Releases
include a SHA256SUMS file.
| System | Architecture | Archive |
|---|---|---|
| Linux | x86-64 | forge_<version>_linux_amd64.tar.gz |
| Linux | ARM64 | forge_<version>_linux_arm64.tar.gz |
| macOS | Intel | forge_<version>_darwin_amd64.tar.gz |
| macOS | Apple silicon | forge_<version>_darwin_arm64.tar.gz |
| Windows | x86-64 | forge_<version>_windows_amd64.zip |
Extract the archive and move kenn-forge or kenn-forge.exe to a directory on
your PATH.
Build the current source when no release is published:
git clone https://github.com/kenn-io/forge.git kenn-forge
cd kenn-forge
make install
Source builds require Go 1.27+ and Bun.
GitHub users can reuse an authenticated GitHub CLI session:
gh auth login
kenn-forge daemon start
Open http://127.0.0.1:8091. First-run setup connects a code forge, adds
repositories, runs the first sync, and opens a pull request.
Use kenn-forge serve when you want the server attached to the foreground for
development or diagnosis.
The Repositories panel selects provider hosts and repository patterns. GitLab,
Forgejo, and Gitea hosts reuse an authenticated glab or fj session the same
way. Configure explicit credentials through environment variables or
~/.kenn/forge/config.toml; see Configuration.
Local workspaces require Git and tmux on a Unix-like host. The Windows release supports the dashboard and provider actions. Use WSL or a remote Unix-like kenn-forge host when you need workspace sessions.
kenn-forge is licensed under the Elastic License 2.0. Contributions made before the relicense remain available under the MIT License; see NOTICE. Contact Kenn Software at info@kenn.io for commercial licensing.
Go
57.5%
TypeScript
31.4%
Svelte
9.6%