Install
routeup ships as a single Go binary for macOS and Linux on arm64 and amd64.
Homebrew
Section titled “Homebrew”brew install mukul-mehta/tap/routeupUpgrade later with:
brew upgrade routeupcurl installer
Section titled “curl installer”curl -fsSL https://get.routeup.dev/install.sh | shThe installer downloads the latest GitHub release for your OS and architecture, verifies checksums.txt, and installs routeup into /usr/local/bin when writable or ~/.local/bin otherwise. Override the destination with ROUTEUP_INSTALL_DIR.
Manual release
Section titled “Manual release”Download the latest macOS or Linux archive from GitHub:
https://github.com/mukul-mehta/routeup/releases/latestOn macOS, the binary is unsigned. Homebrew and the curl installer run it normally. If you manually download the binary and macOS quarantines it, clear the quarantine bit:
xattr -d com.apple.quarantine ./routeupPlatform support
Section titled “Platform support”macOS and Linux (arm64 and amd64). Windows is not supported in v1.
Next step
Section titled “Next step”Run setup once:
routeup setupThen serve your first local HTTPS route:
routeup serve example-app --port 8080