Argos closed alpha
Fast, git-native API client — REST, GraphQL, WebSocket.
Every request, environment and folder is a YAML file in your repo. Diffs review like code; merges resolve like code; secrets stay out of any cloud. A CI-ready CLI uses the same files the desktop UI does, with JUnit / JSON / HTML reporters that drop into GitHub Actions and GitLab without glue.
Download
macOS first launch. The dmg isn't signed with an Apple Developer ID yet, so macOS may say “Argos is damaged and can't be opened.” It isn't — it's just unsigned. Install with one command:
curl -fsSL https://argos.thothlab.tech/install-macos.sh | bash
Or, after dragging the app from the dmg, run this once:
xattr -dr com.apple.quarantine /Applications/Argos.app
Linux. Make the AppImage executable, then run it:
chmod +x Argos_*_amd64.AppImage && ./Argos_*_amd64.AppImage
Windows. The installer isn't signed with an EV certificate yet, so SmartScreen will show a warning — click More info → Run anyway.
Closed alpha. Intel Mac users — build from source (cargo build -p argos-cli for the CLI runner) until a native build is published.
Highlights
- Multi-protocol — REST, GraphQL, WebSocket, one workspace
- Imports Postman, Insomnia, Bruno, OpenAPI, curl
- Pre-request + tests scripting (
bru.*/pm.*) argos runCLI with JUnit / JSON / HTML reporters- Data-driven iterations (
--iteration-data) - Copy as: curl / fetch / Python / Go / Rust