How to install sst/sst. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
sst/sst Installation Guide
How to install sst/sst. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for sst/sst. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i sst/sstor
Install via npx
npx @hexmos/ipm i sst/sstPrerequisites
Node.js
languageVersion: >=16.0.0
npm
package_managerVersion: latest
Pulumi
build_toolVersion: latest
Terraform
build_toolVersion: latest
Bun
build_toolVersion: latest
Go
languageVersion: 1.20.0
Git
system_toolVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager Installation
npm install sst
curl -fsSL https://sst.dev/install | bash
cd platform && bun run buildBinary Installation
bun installSpecific Version Installation
curl -fsSL https://sst.dev/install | VERSION=0.0.403 bashCLI Build
go build ./cmd/sstPost Installation Steps
- Start the server with `npm run start`.
- Run database migrations using `sst migrate`.
