# barkcli Pricing

> barkcli is free and open source (MIT license).

## Free Tier (Open Source)

- **Price:** $0 — forever
- **License:** MIT
- **Includes:**
  - CLI, Terminal UI, Web App, VS Code Extension
  - Unlimited boards, cards, and projects
  - Git integration (diff, merge, version control)
  - Code context (symbol search, file mapping)
  - MCP server for AI coding agents
  - Sessions, checkpoints, sprints
  - Import/export
  - Team collaboration via git

## Pro Features (Included Free)

- **Price:** $0 — included in open source
- **Includes:**
  - AI task breakdown (`barkcli ai`)
  - AI acceptance criteria (`barkcli agent propose`)
  - Reports and changelog generation
  - Sprint velocity tracking
  - Board templates
  - GitHub Issues sync
  - Memory system with hybrid search

## Enterprise

- **Price:** Custom — contact support@barkcli.dev
- **Includes:**
  - Priority support
  - Custom integrations
  - Training and onboarding
  - SLA guarantees

## Installation

```bash
# npm
npm install -g barkcli

# cargo
cargo install barkcli

# binary
curl -fsSL https://barkcli.vercel.app/install.sh | sh
```

## Source Code

- GitHub: https://github.com/AkshatNaruka/barkcli
- License: MIT
- Issues: https://github.com/AkshatNaruka/barkcli/issues
