The Venture Operating System from Claude Code -- with a living intelligence graph.
InGa is a CLI-first, open-source operating system for venture capital teams. It combines a proven outreach engine (LinkedIn, cold email, multi-step campaigns) with a persistent FalkorDB-based intelligence graph that remembers your research across sessions. Designed for corporate VC and thesis-driven investors.
git clone https://github.com/Bundelkund/InGa
cd InGa
npm install
docker-compose up -d falkordb
npx tsx src/cli/index.ts bootstrap
npx tsx src/cli/index.ts init ~/inga-vault
npx tsx src/cli/index.ts thesis:source vault-template/examples/thesis-regtech-mittelstand.mdAfter 8-15 minutes, deal dossiers appear in ~/inga-vault/10_pipeline/inbox/.
- Flow A: Thesis-to-Deal: 10 Claude Code agents that turn a thesis Markdown file into scored deal dossiers with outreach drafts
- Intelligence Graph: FalkorDB with EPO, CORDIS, TED, Offeneregister, and Wikidata connectors -- patents, grants, tenders, company registrations
- Outreach Engine: LinkedIn (Unipile), cold email (Instantly), warm intro, multi-step campaigns
- Markdown-Native: Obsidian-compatible vault; all configs in
.md+ YAML - Skills Marketplace: 20+ built-in skills; extend with community skills from GitHub
- Memory System: Persistent tenant memory for context-aware agent reasoning
- Extensible: Add your own agents, skills, connectors, and providers
| Doc | Description |
|---|---|
| Tutorial | 30-minute first deal flow walkthrough |
| Architecture | System diagram, data flow, module map |
| Agents (Flow A) | The 10 agent roles and customization guide |
| Vault Guide | Obsidian-compatible vault structure |
| Setup FalkorDB | Graph backend docker-compose setup |
| Connectors | Data sources: free and commercial |
| Providers | Outreach providers: Anthropic, Unipile, Crustdata, Instantly |
| Skills | Built-in skills catalog |
| Commands | Full CLI command reference |
| Consulting | We deploy InGa for you |
- Node.js 20+
- Docker + Docker Compose (for FalkorDB)
- Claude Code CLI (
npm install -g @anthropic-ai/claude-code) - Anthropic API key (required; get one at https://console.anthropic.com/settings/keys)
Optional providers unlock additional capabilities -- see docs/providers.md.
InGa is bootstrapped from yalc (MIT, copyright Othmane Khadri), extended for venture intelligence with a FalkorDB-backed persistent graph layer, EPO/CORDIS/TED/Offeneregister connectors, and 10-agent Flow A sourcing pipeline.
See NOTICE.md for full attribution and LICENSE for terms.
Want InGa deployed on your machine, wired to your thesis, integrated with your tools?
We do that. Book a 30-minute call.
See docs/consulting.md for details.