Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aa — AntiAlienate CLI

Open-source command-line client for AntiAlienate. Pipe your case into any LLM, or auto-install MCP for Claude Desktop, Cursor, and Continue.

curl -fsSL https://antialienate.com/install.sh | sh
aa login
aa ask "Find every missed pickup in the last 90 days"

What's open

This repo is the client only (MIT). The server, AI prompts, forensic engines, and anonymization pipeline stay private — by design, so we can offer a generous free tier and keep iterating on the intelligence layer.

Tiers

Tier Price Daily reqs Credits
Free $0 100 50 seed + 10/day
Starter $9/mo 2,000 1,000/mo
Pro $29/mo 10,000 5,000/mo
Top-up $10 = 500 credits pay-as-go

Build from source

Requires Deno 1.40+.

cd cli
deno compile --allow-net --allow-read --allow-write --allow-env \
  --output aa src/main.ts

Or build all cross-platform binaries at once:

cd cli
bash scripts/build-all.sh

Releases

Tagging v*.*.* on this repo triggers .github/workflows/release.yml, which cross-compiles 5 binaries (macOS x64/arm64, Linux x64/arm64, Windows x64), generates checksums.txt, and publishes them as a GitHub Release.

See RELEASING.md for the full release procedure and docs/GITHUB-SETUP.md for first-time setup.

Repository structure

.
├── cli/                       # CLI source (Deno + TypeScript)
│   ├── src/main.ts            # entry point
│   ├── scripts/build-all.sh   # cross-platform build
│   ├── deno.json              # Deno config
│   └── LICENSE                # MIT
├── .github/workflows/         # release pipeline
├── RELEASING.md               # release procedure
└── docs/                      # setup + onboarding docs

Related projects

  • antialienate.com — the web app (closed-source SaaS this CLI talks to)
  • AntiAlienate/knowledge — public knowledge base (case law across 84+ jurisdictions, statutes, clinical protocols) that aa law queries

License

MIT — the CLI client is open source.

About

Open-source CLI for the AntiAlienate platform

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages