logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install sst/opencode. 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/opencode Installation Guide

How to install sst/opencode. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for sst/opencode. 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/opencode
or

Install via npx

npx @hexmos/ipm i sst/opencode

Prerequisites

curl

system_tool

bash

system_tool

python

language

Version: 3.8+

npm

package_manager

Version: latest

scoop

package_manager

choco

package_manager

brew

system_tool

paru

package_manager

opencode-bin

other

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Binary Installation

curl -fsSL https://opencode.ai/install | bash

npm i -g opencode-ai@latest

scoop bucket add extras; scoop install extras/opencode

choco install opencode

brew install opencode

paru -S opencode-bin

mise use --pin -g ubi:sst/opencode

Package Manager Installation

npm install -g opencode-ai@latest

scoop bucket add extras; scoop install extras/opencode

Script Installation

curl -fsSL https://opencode.ai/install | bash

Post Installation Steps

  • Open the terminal and run `curl -fsSL https://opencode.ai/install | bash` to install OpenCode.
  • Run the server with `./bin/start` or `npm start`. This will launch the application in your default web browser.
  • If you're using a local database, connect to it by running `./bin/migrate`.