Appearance
Documentation
Getting Started
Installation
- Download Velo from the download page
- Move
Velo.appto your Applications folder - Open Velo — no account, no setup, just start
Your First Request
- Press ⌘N to create a new request
- Type a URL (e.g.,
httpbin.org/get—https://is added automatically) - Press ⌘Return to send
- See the response with status code, timing, headers, and body
Saving Requests
- Press ⌘S to save
- If it's a new request, pick a collection (or create one)
- Future ⌘S saves in-place — no dialog
Using Environments
- Click the gear icon in the toolbar to open Environment Editor
- Create an environment (e.g., "Staging")
- Add variables (e.g.,
base_url=https://staging.api.com) - Use
in your request URLs - Switch environments from the dropdown in the toolbar
Importing from Postman
- Go to File → Import Postman Collection (⇧⌘I)
- Select your exported Postman collection JSON file
- All requests, folders, headers, auth, and body are imported
Importing from cURL
- Click "Paste cURL" on the welcome screen, or use File → Import from cURL
- Paste your cURL command
- Click Import — headers, auth, body, and method are all parsed
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| ⌘N | New Request |
| ⌘Return | Send Request |
| ⌘S | Save |
| ⌘P | Quick Open |
| ⌘D | Duplicate |
| ⌘0 | Toggle Sidebar |
| ⌘, | Preferences |
| ⇧⌘I | Import Postman |
| ⌥⌘I | Import cURL |
| Escape | Cancel Request |
FAQ
Is Velo free?
Velo is $29 one-time. No subscription, no recurring fees, no feature gates.
Does Velo require an account?
No. Velo works immediately with zero signup. Your data is stored locally.
Where is my data stored?
~/Library/Application Support/com.ataiva.velo/. You can open this folder from Preferences → Data → Open in Finder.
Can I import my Postman data?
Yes. Velo imports Postman Collection v2.1 format and Postman environments. Go to File → Import Postman Collection.
Does Velo support self-signed certificates?
Yes. Go to Preferences → Network → disable "Verify SSL Certificates".
Is there a Windows version?
Not yet. Velo is macOS-only for now. A Windows version may come in the future.
How do I back up my data?
Go to Preferences → Data → Export All Data. This creates a single JSON file with all your collections, environments, and history.
