Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Runs [`claude`](https://claude.com/product/claude-code) on a predefined prompt i
## Quickstart

```
brew install IvanRublev/tap/claudezero
sudo curl -fsSL https://raw.githubusercontent.com/IvanRublev/claudezero/refs/heads/master/claudezero.sh -o /usr/local/bin/claudezero
sudo chmod +x /usr/local/bin/claudezero
```

Change to your repo root with a todo-list file, and make sure the working tree is in a clean state (commit or stash any changes) and the todo file itself is committed on that branch.
Expand Down Expand Up @@ -101,15 +102,15 @@ Supported on **macOS and Linux** (the script is bash-3.2-safe, so stock macOS `b

### Get the script

#### macOS (Homebrew)
#### Linux / macOS (curl)
```sh
brew install IvanRublev/tap/claudezero
sudo curl -fsSL https://raw.githubusercontent.com/IvanRublev/claudezero/refs/heads/master/claudezero.sh -o /usr/local/bin/claudezero
sudo chmod +x /usr/local/bin/claudezero
```

#### Linux (curl)
#### macOS (Homebrew)
```sh
sudo curl -fsSL https://raw.githubusercontent.com/IvanRublev/claudezero/refs/heads/master/claudezero.sh -o /usr/local/bin/claudezero
sudo chmod +x /usr/local/bin/claudezero
brew install IvanRublev/tap/claudezero
```

### Prerequisites
Expand Down Expand Up @@ -323,4 +324,4 @@ Built and maintained by Ivan Rublev. Need integration help, Loop Engineering tra

Copyright © 2026 Ivan Rublev.

This project is licensed under the MIT license.
This project is licensed under the MIT license.
Loading