Skip to content

Installation

bash
brew install steveclarke/tap/outport

To update:

bash
brew upgrade outport

From Source

Requires Go 1.22+:

bash
go install github.com/outport-app/outport@latest

This 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/bin

Verify

bash
outport --version