Installation
Homebrew (Recommended)
bash
brew install steveclarke/tap/outportTo update:
bash
brew upgrade outportFrom Source
Requires Go 1.22+:
bash
go install github.com/outport-app/outport@latestThis installs to $GOPATH/bin. Make sure it's in your PATH.
INFO
The Go module path (github.com/outport-app/outport) differs from the GitHub repository URL (github.com/steveclarke/outport). Use the module path for go install.
Build Locally
bash
git clone https://github.com/steveclarke/outport.git
cd outport
go build -o outport .Or using just:
bash
just build # Compiles to dist/outport
just install # Installs to $GOPATH/binVerify
bash
outport --version