Privacy-first AI tooling for Bitcoin community projects.
- No data collection
- Local-first approach
- Self-hosted option
- End-to-end encryption
- Anonymous usage
AI-powered knowledge base for Bitcoin projects.
npm install @21-000-000/knowledge-base
Privacy-focused MCP (Memory Chain Protocol) client.
npm install @21-000-000/mcp-client
Dead link detection with privacy preservation.
npm install @21-000-000/link-checker
Common utilities with security focus.
npm install @21-000-000/shared-utils
# Install dependencies
bun install
# Development
bun run dev
# Build all packages
bun run build
# Run tests
bun run test
- π Turborepo - Development workflow
- π― Bun - JavaScript runtime & package manager
- β¨ Biome - Formatter, linter & more
- Zero-knowledge processing
- No external API dependencies
- Local data storage
- Encrypted communication
- Privacy-preserving analytics
- Bun >= 1.0.0
- Node.js >= 18
# Clone repository
git clone [email protected]:21-000-000/ai-tools.git
# Install dependencies
cd ai-tools && bun install
# Start development
bun run dev
# Run all tests
bun run test
# Test specific package
bun run test --filter=knowledge-base
See CONTRIBUTING.md for guidelines.
MIT
This software is in beta. Use at your own risk.