Get Restate

Here you can find useful links for each Restate application component:
the Restate Server, CLI, SDKs, and other tools.

Restate Server

The Restate Server is the central component of any Restate deployment, and manages all service invocations, executions, recovery, communication, and state.

Open source (self-host)

Self-contained binary under BSL-license.

Homebrew:
brew install restatedev/tap/restate-server
npx:
npx @restatedev/restate-server
Binaries:
OS/Archx64arm64
Linux.tgz.tgz
MacOS X.tgz.tgz

Restate Cloud

Early access version of fully managed Restate as a service.

Join the waitlist for Restate Cloud, to get access.

For now, Restate Cloud gives you the same functionality as the open source version, and is intended to help people try out Restate.

SDKs

All SDKs are open-sourced under the MIT license.

TypeScript / JavaScript

This SDK lets you write services with TypeScript or JavaScript.

You can easily bootstrap a new Restate TypeScript/JavaScript project via the template generator:

npx -y @restatedev/create-app@latest

See the template generator for more details.

npm:
npm install @restatedev/restate-sdk

Java / Kotlin

This SDK lets you write services with Java or Kotlin.

Follow the Java quickstart or the Kotlin quickstart to get started with the Restate Java SDK.

Tools

Restate CLI

Central management tool that lets you bootstrap new applications, register/upgrade services, debug running invocations, etc.

Homebrew:
brew install restatedev/tap/restate
npm:
npm install --global @restatedev/restate
Binaries:
OS / Archx64arm64
Linux.tgz.tgz
MacOS X.tgz.tgz

CDK

The Restate AWS Cloud Development Kit (CDK) lets you easily deploy and set up Restate in your AWS account, and manage Lambda-based service deployments to self-hosted or cloud Restate environments.

npm:
npm install @restatedev/restate-cdk