Install Writ
Writ is one command: writ. Install it with one of these three procedures.
Install with Homebrew
Section titled “Install with Homebrew”-
Run this command:
Terminal window brew install sirrobot01/tap/writ
Install a release binary
Section titled “Install a release binary”- Open the releases page.
- Download the archive for your operating system and your processor.
- Extract the
writbinary from the archive. - Move the binary to a directory in your
PATH.
Install with Go
Section titled “Install with Go”You must have Go 1.26 or a later version.
-
Run this command:
Terminal window go install github.com/sirrobot01/writ/cmd/writ@latest
Make sure that the installation is correct
Section titled “Make sure that the installation is correct”-
Run this command:
Terminal window writ --version -
Make sure that the command prints a version.