MyGit

anomalyco/sst

Fork: 2031 Star: 25583 (更新于 2026-03-04 03:29:01)

license: MIT

Language: TypeScript .

Build full-stack apps on your own infrastructure.

最后发布版本: v4.1.8 ( 2026-03-04 01:22:55)

官方网址 GitHub网址

SST

Discord npm Build status


Build full-stack apps on your own infrastructure.

SST v3 uses a new engine for deploying SST apps. It uses Pulumi and Terraform, as opposed to CDK and CloudFormation. Read the full announcement here.

Installation

If you are using SST as a part of your Node project, we recommend installing it locally.

npm install sst

If you are not using Node, you can install the CLI globally.

curl -fsSL https://sst.dev/install | bash

To install a specific version.

curl -fsSL https://sst.dev/install | VERSION=0.0.403 bash

To use a package manager, check out our docs.

Manually

Download the pre-compiled binaries from the releases page and copy to the desired location.

Get Started

Get started with your favorite framework:

Learn More

Learn more about some of the key concepts:

Contributing

Here's how you can contribute:

  • Help us improve our docs
  • Find a bug? Open an issue
  • Feature request? Submit a PR

Running Locally

  1. Clone the repo
  2. bun install
  3. go mod tidy
  4. cd platform && bun run build

Now you can run the CLI locally on any of the examples/ apps.

cd examples/aws-api
go run ../../cmd/sst <command>

If you want to build the CLI, you can run go build ./cmd/sst from the root. This will create a sst binary that you can use.

For building the docs, you need to run bun generate and bun dev inside the www directory.


Join our community Discord | YouTube | X.com

最近版本更新:(数据更新于 2026-03-04 03:28:45)

2026-03-04 01:22:55 v4.1.8

2026-03-03 19:40:50 v4.1.7

2026-03-03 19:36:50 v4.1.6

2026-03-03 02:31:28 v4.1.5

2026-03-02 21:34:17 v4.1.4

2026-02-27 23:35:32 v4.1.3

2026-02-27 19:52:17 v4.1.2

2026-02-27 03:04:28 v4.1.1

2026-02-26 23:49:21 4.1.0

2026-02-26 17:28:34 4.0.7

anomalyco/sst同语言 TypeScript最近更新仓库

2026-03-10 17:22:16 blueberrycongee/Lumina-Note

2026-03-10 17:06:46 cookjohn/zotero-mcp

2026-03-10 05:45:57 discordjs/discord.js

2026-03-10 00:34:10 promptfoo/promptfoo

2026-03-10 00:13:20 n8n-io/n8n

2026-03-10 00:10:00 anomalyco/opencode