A lightweight local API tool for Mac mini server work

Voleeo is a API client meant as an alternative to Postman. It does not require an account, cloud sync, or telemetry, so workspaces and secrets stay on the computer’s disk. It can handle HTTP, gRPC, WebSocket, and GraphQL requests in one app.

A lets AI agents such as Claude Code or Cursor read the workspace, build requests, and run them directly. The app is native and built with Tauri, using Rust and React, so it aims to be fast and light instead of running as an Electron app. It also avoids browser CORS limits and request timeouts.

Requests are saved as structured files that work well with Git, and secrets are encrypted before they enter a repo. It can import from Postman, Insomnia, OpenAPI, or raw cURL, and it works on macOS, Windows, and Linux. It is still in , so rough edges are expected.

Key points

  • Workspaces and secrets stay on local disk, with no required account or cloud sync.
  • One app supports HTTP, gRPC, WebSocket, and GraphQL requests.
  • The can let AI agents create and run requests.
  • Requests are stored as Git-friendly structured files, and secrets are encrypted before entering a repo.
  • It supports macOS, Windows, and Linux, but it is still .
Read original