Skip to Content
UsageGetting Started

Getting Started

This guide will help you install Astraio Client and make your first API request.

Installation

macOS

  1. Download the .app.tgz package from GitHub Releases  or from our website  
  2. Extract and move to /Applications/
  3. If macOS blocks the app, run:
xattr -cr /Applications/Astraio.app

Windows

  1. Download the .msi installer from GitHub Releases  or from our website  
  2. Run the installer and follow the prompts

Linux

  1. Download the .deb package from GitHub Releases  or from our website  
  2. Install with:
sudo dpkg -i astraio-client_*.deb

First Request

  1. Open Astraio
  2. Select HTTP as the request type
  3. Enter a URL (e.g., https://jsonplaceholder.typicode.com/posts/1)
  4. Click Send or press Cmd+Enter (macOS) / Ctrl+Enter (Windows/Linux)
  5. View the response in the right panel

Interface Overview

PanelDescription
SidebarCollections, history, and environment variables
Request BuilderURL, method, headers, params, body
Response ViewerResponse body, headers, timing, status

Next Steps

Last updated on