Skip to main content
InstantCLI supports all API docs formats, including OpenAPI/Swagger specifications. If your docs are publicly accessible, we can parse them.
The generation process takes ~7 minutes on average. Larger APIs with many endpoints will take longer. You can navigate away safely — we’ll email you when your CLI is ready.
Yes. You receive full source code for your generated CLI. You can inspect it, modify it, and host it yourself.
Generated CLIs support macOS (Intel and Apple Silicon), Linux (x86_64 and ARM64), and Windows (x86_64).
Yes. You own the source code and can modify it however you like. You can download a zip file of your repo any time from the dashboard.
All CLIs are written in Go. We chose Go over Node.js-based CLI frameworks (like Commander.js or oclif) because Go compiles to lightweight, standalone binaries — no runtime dependencies, fast startup, easy installation on every platform.