Skip to content
Julien C edited this page Mar 5, 2024 · 3 revisions

Welcome to the ATAC wiki!

Demo Animation

Description

ATAC is Arguably a Terminal API Client. It is based on well known clients such as Postman, Insomnia or even Bruno, but inside your terminal without any specific graphical environment needed.

The philosophy of ATAC is to be free, account-less and offline for now and forever.

How to use

Binary

The binaries from the latest release can be found here

Important

Don't forget to run it from a terminal. For example, you can add the binary into your PATH. You won't be able to run it like other graphical applications since it needs CLI arguments.

For more:

atac -h

Compile by yourself

Important

First, make sure your rust version is at least 1.76

Simply clone the repository and use:

cargo run -- -h

Build latest release

cargo build --release

Homepage

image

Clone this wiki locally