Skip to content

MichaelJ43/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

199 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Echo

Echo

CI   Release

Echo is a free, cross-platform desktop app for exploring and testing HTTP APIs—send requests, organize them in collections, switch environments, and inspect responses. It is a lightweight alternative to tools like Postman or Insomnia, with a dark, focused UI.

Echo: dark UI with collections tree, GET request and URL with variables, environment table, authentication, query, headers, body, completion script, and 200 response with Raw or Pretty body

Download

Installers and auto-updates are published on GitHub Releases for Windows, macOS, and Linux. The desktop app checks for updates on its own; you can also open the releases page from the app when an update is available.

A web-only build is not distributed as a product; the full experience is the native desktop build (faster HTTP via Rust, workspace on disk, OS integrations).

What you can do

  • Send GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS with URL, query params, headers, and body (JSON, raw text, or form).
  • Use environments and {{variables}} in URLs, headers, and bodies.
  • Configure authentication: none, Bearer token, Basic, or API key (header or query).
  • Organize work in a tree of collections and requests; export or import the whole workspace as JSON.
  • Run optional response scripts (pm.response, pm.console.log) after each response.
  • Store local secrets in the OS credential manager (desktop) and reference them with {{secret:NAME}} in requests—values never live in your exported workspace file.

More detail: docs/usage.md.

Contributing

Start with CONTRIBUTING.md. The project follows the Code of Conduct.

For detailed developer workflow, see docs/contributors.md.

License

MIT

About

Free, cross-platform desktop app for exploring and testing HTTP APIs—collections, environments, auth, and responses. Lightweight alternative to Postman/Insomnia. Built with Tauri (Rust + web UI).

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors