SERSI

Kickstart modern apps in seconds. Your stacks, Your rules.

Installation

Welcome to Sersi — a powerful tool to scaffold full-stack applications quickly with your preferred tech stack.

Installation Options

Option 1: Install via Homebrew (macOS/Linux)

brew tap sersi-project/sersi
brew install sersi

Option 2: Install via Scoop (Windows)

scoop bucket add sersi https://github.com/sersi-project/scoop-sersi
scoop install sersi

Option 3: Install via npm

npm install -g sersi
#or
npx sersi@latest

Option 4: Download Prebuilt Binary (Windows, macOS, Linux)

  1. Visit the RELEASES page
  2. Download the latest binary for your platform
  • Windows: sersi-windows-amd64/sersi.exe
  • macOS (Intel): sersi-darwin-amd64/sersi
  • macOS (Apple Silicon): sersi-darwin-arm64/sersi
  • Linux: sersi-linux-amd64/sersi
  1. Make the binary executable
chmod +x sersi
  1. Move the binary to a directory in your PATH
sudo mv sersi /usr/local/bin/sersi
  1. Verify the installation
sersi --version

Need help?

If you need help, please refer to the Usage or contact us.