
Download the API Agent
Bind your API key to this machine, watch your balance & usage, manage projects, and run Research / Content-Extraction jobs locally — nothing from your machine is uploaded to Koovira.
Unsigned builds — verify before you run. The app isn’t notarized by Apple / signed for Windows yet, so macOS & Windows show a one-time security prompt. The download is served straight from Koovira over HTTPS and every build lists its SHA-256 so you can confirm it’s untouched.
macOS — installing an unsigned app:
- Open the
.dmgand drag Bramha API Agent into Applications. - First launch: Control-click (right-click) the app in Applications → Open → Open. (Double-clicking is blocked for unsigned apps.)
- On macOS Sonoma/Sequoia if it’s still blocked: System Settings → Privacy & Security → scroll down → Open Anyway.
- If it says “is damaged and can’t be opened” (download quarantine), open Terminal and run:
xattr -dr com.apple.quarantine "/Applications/Bramha API Agent.app"
then open it again.
Windows: if SmartScreen appears, click More info → Run anyway.
macOS · Apple Silicon
22c2fa8e490f29c0a9b4185a37d17d6b1438e09b3536626df5f999a39211ff15
shasum -a 256 (mac) / certutil -hashfile (win)macOS · Intel
c53898dbca287fec2cfe33d1cfdfa83f71b4f5f2862a0f85bf243e573933d714
shasum -a 256 (mac) / certutil -hashfile (win)Windows · x64
d671cd26fe1897cfd67ecb8c5597bd46f60bb7e1d27732aa3b58499481416141
shasum -a 256 (mac) / certutil -hashfile (win)# macOS · Apple Silicon — macOS shasum -a 256 ~/Downloads/BramhaAPIAgent-v1.0.5-stable-mac-arm64.dmg# macOS · Intel — macOS shasum -a 256 ~/Downloads/BramhaAPIAgent-v1.0.5-stable-mac-x64.dmg# Windows · x64 — Windows PowerShell Get-FileHash .\BramhaAPIAgent-v1.0.5-stable-win-x64.exe -Algorithm SHA256
📝 Release history
JSON-aware extraction, email/phone validation + dedup, robots.txt honored, CSV output + preview table, keychain credential storage, update notifier.
Batch looping (10/batch, delay, partial saves, live progress + retry), credential validation, branded OAuth, professional title bars, product-wise key activation.
Claude-style redesign: session sidebar, browser (OAuth) sign-in, onboarding flow, separate Apple Silicon / Intel / Windows builds, tracked downloads.
HMAC request signing + machine-binding hardening; balance & usage tab; in-app policy viewer.
Reliability fixes: retry on transient network errors; clearer error codes; smaller install.
First public release. Register machine, balance & usage, projects, Research / Content-Extraction jobs.
You generate API keys in the Developer Console (web only). The desktop agent configures and uses them — it never generates keys.