Download Saved

Get the tools you need to build, deploy, and manage your backups.

sctl

cli to manage your resources.

View Source
Installation
Choose your preferred installation method.

Curl (Linux/macOS)

curl -L https://get.saved.sh | sh

Installs the latest version of sctl to your system.

Docker

Pull from GHCR

docker pull ghcr.io/savedhq/sctl:latest

Official Docker image for sctl.

agent

High-performance and secure backup agent for your infrastructure.

View Source
Installation
Deploy via Docker or standard binaries.

Docker

Pull from GHCR

docker pull ghcr.io/savedhq/agent:latest

Binaries

Please visit the GitHub Releases page to download the binary for your specific platform manually.

Go to GitHub Releases

mobile app

Manage your infrastructure on the go.

desktop app

Manage your infrastructure from your desktop.

sdks

Integrate Saved into your applications.

Python

Official Python SDK.

pip install savedhq

import savedhq

client = savedhq.Client("API_KEY")

TypeScript

Official Node.js/TypeScript SDK.

npm install @savedhq/sdk

import { Saved } from '@savedhq/sdk';

const client = new Saved("API_KEY");