ImpForge App (this repo) is the MIT-licensed freemium tier of ImpForge, our local-first AI workstation. The Pro version (source-available, commercial) is sold at €25/month permanent.
This repo contains the stripped-down freemium build:
The Pro version adds: 50,000-pattern intent classification, persistent cross-session memory, 3-tier knowledge fabric (SQLite+DuckDB+LanceDB), Universal Messenger Hub for Slack/Discord/Telegram/Signal/WhatsApp/Teams, 5,020 industry SaaS templates, 4-Model Pipeline orchestration, and 472 personas.
cargo install impforge-app
# or
brew install impforge/tap/impforge-app
# or
scoop install impforge-app
# or download a binary from https://github.com/AiImpDevelopment/impforge-app/releases
impforge-app
Or for development:
git clone https://github.com/AiImpDevelopment/impforge-cli.git /tmp/impforge-cli
git clone https://github.com/AiImpDevelopment/impforge-app.git
cd impforge-app
pnpm install
pnpm tauri:dev
Two-codebase MIT-rewrite model:
The Pro source code is never in this repo — every freemium feature is a fresh MIT-licensed rewrite of its Pro counterpart.
See docs/superpowers/specs/2026-04-19-hyperchat-freemium-split-design.md for the full architecture.
We believe local-first AI workstations should respect users:
The Pro version (€25/mo permanent) funds development. There is no free trial of Pro requiring a credit card. There is no enterprise pricing tier we'll squeeze you with later. Single permanent price, forever.
See CONTRIBUTING.md. We welcome:
MIT (this repo). See LICENSE.
The Pro version (separate private repo) ships under a source-available commercial licence.