Skip to main content

AI-powered CLI development assistant

Project description

Cognix

Autonomous code generation powered by flow engineering.

Version License Python


Quick Start

1. Install and run

pipx install cognix
cognix

2. First-time setup

When you run Cognix for the first time, an interactive wizard will help you set up your API key:

  • Choose your AI provider (Anthropic, OpenAI, or OpenRouter)
  • Enter your API key
  • The wizard creates a .env file automatically

3. Generate code

Try the included sample first (use @ to specify a file):

cognix> /make @sample_spec_tetris.md

Or describe what you want to build:

cognix> /make "landing page with HTML and CSS"

A sample specification file sample_spec_tetris.md is included in the repository. Use it as a reference for writing your own specifications.

4. Available commands

Type /help in the CLI to see all available commands.


API Key Setup

Automatic setup (recommended)

Just run cognix and follow the interactive wizard.

Manual setup

Create a .env file in your project directory:

Anthropic Claude (default):

ANTHROPIC_API_KEY=sk-ant-your_key_here

Get your key at: https://console.anthropic.com/

Supported models: Sonnet 4.5 (default), Opus 4.5

OpenAI:

OPENAI_API_KEY=sk-your_key_here

Get your key at: https://platform.openai.com/api-keys

Supported models: GPT-5.2, GPT-5.2 Codex

OpenRouter:

OPENAI_API_KEY=sk-or-v1-your_key_here
OPENAI_BASE_URL=https://openrouter.ai/api/v1

Get your key at: https://openrouter.ai/keys

Switch models

cognix> /model

MCP Server Integration

Use Cognix from Claude Desktop, Cursor, VSCode, or any MCP-compatible tool.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cognix": {
      "command": "cognix-mcp"
    }
  }
}

Data Storage

Cognix stores data in ~/.cognix/:

~/.cognix/
├── config.json            # Your settings
├── memory.json            # Conversation & project memory
├── repository_data.json   # Repository analysis cache
├── ui-knowledge.json      # UI component knowledge
├── sessions/              # Saved work sessions
├── knowledge/             # App pattern definitions
├── rules/                 # File reference rules
├── backups/               # Automatic backups
└── impact_analysis/       # Code impact analysis results

Privacy: No telemetry. API calls only go to your configured LLM provider.


System Requirements

  • OS: Windows 10+, macOS 10.15+, or Linux
  • Python: 3.9 or higher
  • Internet: Required for LLM API access

Links


License

Apache-2.0 License - see LICENSE file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cognix-0.2.1.tar.gz (493.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cognix-0.2.1-py3-none-any.whl (515.0 kB view details)

Uploaded Python 3

File details

Details for the file cognix-0.2.1.tar.gz.

File metadata

  • Download URL: cognix-0.2.1.tar.gz
  • Upload date:
  • Size: 493.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for cognix-0.2.1.tar.gz
Algorithm Hash digest
SHA256 61b40c60d84e972595dc7c3ff273cf38693e13c9813a0698bf8193e171021af2
MD5 31d85e67e3017c77d2c42f62bff5d424
BLAKE2b-256 57b3f22c81be14524f29b3604600325c31b9826f7ae5661c9a7f28bd0ed9b7ad

See more details on using hashes here.

File details

Details for the file cognix-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: cognix-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 515.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for cognix-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a352724360f3747d1e2242da6fae7bcee47fc8cebf07df848e2dc7c8f3bdbf81
MD5 875d49fda3cb05017a0eb64a331eef6c
BLAKE2b-256 0de415e5297c6e1d8ed3ecc6470bb1921baf785c001b818c818d5846bece86a2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page