Kanban
Project columns driven by Finder tags, with quick filtering and a Radar view to surface stale or urgent work.
Kanban board backed by Finder tags. No servers; your project folders stay on your Mac. Use any assistant you like: privacy-first local models (for example Hermes with Ollama) or more capable cloud tools โ the choice is yours.
Pre-built forge (zip) for macOS 14+ on Apple Silicon.
Intel: build from source.
All releases
ยท Unsigned; see README-BINARY.txt in the zip if Gatekeeper complains.
Project columns driven by Finder tags, with quick filtering and a Radar view to surface stale or urgent work.
Projects are normal folders. State is visible in Finder, searchable via Spotlight, and version-controllable if you keep your workspace under git.
Column state and project metadata live in Finder tags, not a hosted database.
The forge CLI for terminals, a menu bar
companion for capture and sync, and a native board window for the big picture.
Kanban state lives in Finder tags; people-tags like
#Alice support assignees and metadata you
can see outside Forge.
No Forge cloud. A small local cache holds paths and timestamps โ not your task bodies. See the privacy overview for detail.
Forge does not lock you into one AI stack. Prefer local inference (Hermes and Ollama) when task text should stay on your Mac, or use cloud models when you need more capability โ adapt the pairing to your risk and workflow. Hermes setup guide.
Common commands for boards and project tagging. Full reference in the CLI documentation.
forge board # Kanban overview
forge board --json # Machine-readable board
forge move # Move project between columns
forge project-tag list # Inspect Finder tags
forge project-tag add # Add meta/assignee tags
pip3 install Pillow)
if you want the generated app icon
For the CLI only on Apple Silicon, you can
download the latest arm64 zip
(no Xcode required to run the pre-built binary). For
Forge.app, the board, and a full local install, use
the build script below.
After cloning or syncing the repository to your Mac, run the build script once
per machine. It compiles the Swift package, installs the binary, creates
Forge.app, and registers a launch agent for the
menu bar app.
# From your Forge source directory (e.g. after iCloud or git sync)
zsh ~/Documents/Forge/build.sh
Configure config.yaml from
config.sample.yaml, set your workspace path, and
adjust board columns and contexts. See the
configuration section
in the readme.
| Component | Description |
|---|---|
forge CLI
ยท
source
|
Boards and project tagging from the terminal. |
| Forge.app ยท source | Menu bar companion and board window. |
| Neovim plugin ยท source | Keymaps, commands, and dashboard integration via forge-nvim.lua. |
Full guides and the changelog are published as pages below (generated from the same markdown as the repository). Each page links to its source file on GitHub for edits.