v0.3.0 - NATIVE RUST ENGINE

The developer's
HTTP companion.

Astraio is a fast, keyboard-centric API client built in Rust. No subscription, no bloated electron runtimes, just native performance.

astraio - request_builder
Astraio Client UI Builder
/ / architectural values

Designed for terminal-like efficiency.

We ditched electron and complex sign-ups to build the client we wanted to use.

[ 01_performance ]

Native Rust Core

No cold starts, no high memory usage. Built with custom Rust bindings to achieve immediate execution and raw network speed.

[ 02_sovereignty ]

Local & Secure

Your variables, requests, and security tokens are stored strictly on your local machine. No cloud synchronization, no telemetry.

[ 03_minimalism ]

Keyboard First

Designed for keyboard navigation. Instantly launch requests, switch between tabs, and inspect responses with simple keybinds.

/ / interface inspection

A minimalist, high-productivity space.

Inspect exactly what your server receives and returns in real time.

Request Builder Screen

01 // request_builder.rs

Construct headers, parameters, and payloads with immediate validation and clean variable injection.

Response Viewer Screen

02 // response_viewer.rs

Read beautiful JSON, HTML, or raw responses with syntax highlighting, exact execution times, and status tracking.

History Screen

03 // history_manager.rs

Track previous HTTP queries and organize collections locally for structured project environments.

/ / installation

Deploy Astraio Client locally.

Get the latest binaries. Fully self-contained, no registration, no cloud telemetry.

// MAC_OS_SANDBOX_WORKAROUND

If macOS reports the package as "damaged", clear the quarantine flag:

xattr -cr /Applications/Astraio.app