Skip to content

Installation

Download and run the client from your terminal.

macOS

sh
curl -sL https://github.com/2wee-dev/client/releases/latest/download/install.sh | sh

Run the same command to update. Works in any terminal — for the best experience use a true color terminal such as iTerm2, Ghostty, or similar.

Windows

powershell
irm https://github.com/2wee-dev/client/releases/latest/download/install.ps1 | iex

Restart your terminal after installing. Requires Windows Terminal.

Linux

Download the binary for your platform from GitHub Releases, make it executable, and move it to your PATH.

Connect

sh
2wee https://your-app.com

Don't have a server yet? Build one with 2Wee for Laravel.

Next steps