{"id":34042458,"url":"https://github.com/cognix-dev/cognix","last_synced_at":"2026-02-20T05:05:35.930Z","repository":{"id":309673794,"uuid":"1037133659","full_name":"cognix-dev/cognix","owner":"cognix-dev","description":"Autonomous code generation powered by flow engineering.","archived":false,"fork":false,"pushed_at":"2026-02-14T14:22:12.000Z","size":1327,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T22:47:46.652Z","etag":null,"topics":["ai","aider","alphacodium","assistant","claude","cli","code-generation","developer-tools","development-tools","flow-engineering","gpt","llm","multi-model","python"],"latest_commit_sha":null,"homepage":"https://cognix-dev.github.io/cognix/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cognix-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-13T05:49:26.000Z","updated_at":"2026-02-14T14:22:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"455e8afc-bc5b-4d42-b46c-581dde7061d1","html_url":"https://github.com/cognix-dev/cognix","commit_stats":null,"previous_names":["cognix-dev/cognix"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/cognix-dev/cognix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognix-dev%2Fcognix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognix-dev%2Fcognix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognix-dev%2Fcognix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognix-dev%2Fcognix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cognix-dev","download_url":"https://codeload.github.com/cognix-dev/cognix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognix-dev%2Fcognix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29641937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T03:21:14.183Z","status":"ssl_error","status_checked_at":"2026-02-20T03:18:24.455Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","aider","alphacodium","assistant","claude","cli","code-generation","developer-tools","development-tools","flow-engineering","gpt","llm","multi-model","python"],"created_at":"2025-12-13T22:30:42.872Z","updated_at":"2026-02-20T05:05:35.920Z","avatar_url":"https://github.com/cognix-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cognix\n\nAutonomous code generation powered by flow engineering.\n\n[![Version](https://img.shields.io/badge/version-0.2.5-blue.svg)](https://github.com/cognix-dev/cognix)\n[![License](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)\n[![Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://python.org)\n\n---\n\n## Quick Start\n\n### 1. Install and run\n\n```bash\npipx install cognix\ncognix\n```\n\n### 2. First-time setup\n\nWhen you run Cognix for the first time, an interactive wizard will help you set up your API key:\n\n- Choose your AI provider (Anthropic, OpenAI, or OpenRouter)\n- Enter your API key\n- The wizard creates a `~/.cognix/.env` file automatically\n\n### 3. Generate code\n\nTry the included sample first (use `@` to specify a file):\n\n```bash\ncognix\u003e /make @sample_spec_tetris.md\n```\n\nOr describe what you want to build:\n\n```bash\ncognix\u003e /make \"landing page with HTML and CSS\"\n```\n\nA sample specification file `sample_spec_tetris.md` is included in the repository. Use it as a reference for writing your own specifications.\n\n### 4. Available commands\n\nType `/help` in the CLI to see all available commands.\n\n---\n\n## API Key Setup\n\n### Automatic setup (recommended)\n\nJust run `cognix` and follow the interactive wizard.\n\n### Manual setup\n\nEdit the `~/.cognix/.env` file (Windows: `C:\\Users\\\u003cusername\u003e\\.cognix\\.env`):\n\n**Anthropic Claude (default):**\n```bash\nANTHROPIC_API_KEY=sk-ant-your_key_here\n```\nGet your key at: https://console.anthropic.com/\n\nSupported models: Sonnet 4.5 (default), Opus 4.6, Opus 4.5\n\n**OpenAI:**\n```bash\nOPENAI_API_KEY=sk-your_key_here\n```\nGet your key at: https://platform.openai.com/api-keys\n\nSupported models: GPT-5.2, GPT-5.2 Codex\n\n**OpenRouter:**\n```bash\nOPENAI_API_KEY=sk-or-v1-your_key_here\nOPENAI_BASE_URL=https://openrouter.ai/api/v1\n```\nGet your key at: https://openrouter.ai/keys\n\n### Switch models\n\n```bash\ncognix\u003e /model\n```\n\n---\n\n## MCP Server Integration\n\nUse Cognix from Claude Desktop, Cursor, VSCode, or any MCP-compatible tool.\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"cognix\": {\n      \"command\": \"cognix-mcp\"\n    }\n  }\n}\n```\n\n---\n\n## Data Storage\n\nCognix stores data in `~/.cognix/`:\n\n```\n~/.cognix/\n├── .env                            # API keys \u0026 credentials\n├── config.json                     # Your settings\n├── memory.json                     # Conversation \u0026 project memory\n├── repository_data.json            # Repository analysis cache\n├── ui-knowledge.json               # UI component knowledge\n├── app_patterns.json               # App pattern definitions\n├── default_file_reference_rules.md # File reference rules\n├── sessions/                       # Saved work sessions\n├── backups/                        # Automatic backups\n├── logs/                           # Debug logs\n├── temp/                           # Temporary files\n└── impact_analysis/                # Code impact analysis results\n```\n\n**Privacy:** No telemetry. API calls only go to your configured LLM provider.\n\n---\n\n## System Requirements\n\n- **OS:** Windows 10+, macOS 10.15+, or Linux\n- **Python:** 3.9 or higher\n- **Internet:** Required for LLM API access\n\n---\n\n## Links\n\n- **Documentation:** [github.com/cognix-dev/cognix](https://github.com/cognix-dev/cognix)\n- **Report Issues:** [GitHub Issues](https://github.com/cognix-dev/cognix/issues)\n- **Discussions:** [GitHub Discussions](https://github.com/cognix-dev/cognix/discussions)\n\n---\n\n## License\n\nApache-2.0 License - see [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcognix-dev%2Fcognix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcognix-dev%2Fcognix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcognix-dev%2Fcognix/lists"}