Getting Started
This guide will help you install Astraio Client and make your first API request.
Installation
macOS
- Download the
.app.tgzpackage from GitHub Releases or from our website - Extract and move to
/Applications/ - If macOS blocks the app, run:
xattr -cr /Applications/Astraio.appWindows
- Download the
.msiinstaller from GitHub Releases or from our website - Run the installer and follow the prompts
Linux
- Download the
.debpackage from GitHub Releases or from our website - Install with:
sudo dpkg -i astraio-client_*.debFirst Request
- Open Astraio
- Select HTTP as the request type
- Enter a URL (e.g.,
https://jsonplaceholder.typicode.com/posts/1) - Click Send or press
Cmd+Enter(macOS) /Ctrl+Enter(Windows/Linux) - View the response in the right panel
Interface Overview
| Panel | Description |
|---|---|
| Sidebar | Collections, history, and environment variables |
| Request Builder | URL, method, headers, params, body |
| Response Viewer | Response body, headers, timing, status |
Next Steps
- Learn about HTTP Requests
- Explore Variables
- Set up Collections
Last updated on