zero_

An AI in your terminal

Zero reads your terminal logs and helps you understand and fix issues faster.

"I'm very impressed. I will continue to use Zero, I love it so much!"
Thai Duc
zsh
Last login: 12/7/2022 02:01 PM on ttys016

Developers spend ~6h Googling every week

Let AI suggest fixes for errors as they happen instead of wasting time Googling them

Developer Week December 2022
Mon 1
Tue 2
Wed 3
Thu 4
Fri 5
With Zero
6h
Extra work time
Without Zero
6h
Googling time

Get an extra work day. Each week.

Start for free. No credit card needed.

Frequently asked questions

How do I install Zero?
To install Zero, run the following command in your terminal:
/bin/bash -c "$(curl -fsSL https://github.com/ziggapp/zero-client-releases/releases/latest/download/install.sh)"

Read more in the documentation
Is Zero compatible with my Terminal?
Zero is compatible with all terminal emulators on macOS or Linux.
Using windows? Let us know on Telegram!
What happens to my data?
Before being sent to Zero, all private informations are redacted from inputs.
For example, the following input:
AWS_SECRET=153821r2hdu9432hr193ba aws s3 presign s3://planetargon/meep

Is sent as:
AWS_SECRET=*** aws s3 presign s3://planetargon/meep

You can check out the code responsible for redacting private informations in the source code (release.zip/privacy.py).