Developer Download Kit

Everything you need to integrate, sync, and manage configurations across your stack. SDKs, CLI, templates, and guides.

JS
Stable

JavaScript / Node.js

v3.2.1 β€’ npm
npm install @appconfig/sdk πŸ“‹
PY
Stable

Python

v3.1.0 β€’ pip
pip install appconfig-python πŸ“‹
GO
Stable

Go

v2.8.4 β€’ go get
go get github.com/appconfig/sdk-go πŸ“‹
⌨️
CLI

Config CLI

v3.0.2 β€’ Cross-platform
curl -fsSL https://cli.appconfig.json | bash πŸ“‹
🐳
Template

Docker Compose Config

v1.4.0 β€’ YAML/JSON
git clone https://github.com/appconfig/docker-template πŸ“‹
☸️
Beta

K8s Operator Manifest

v0.9.3 β€’ Helm Chart
helm repo add appconfig https://charts.appconfig.json πŸ“‹
πŸ“–
Guide

v2 β†’ v3 Migration

PDF β€’ 1.2 MB
Step-by-step migration walkthrough
🌍
IaC

Terraform Provider

v1.1.0 β€’ Registry
terraform init -upgrade πŸ“‹
Quick Start Terminal
$ npm install @appconfig/sdk
added 1 package in 420ms

$ appconfig init --env production
βœ” Connected to App Config.json v3.0
βœ” Fetched 14 keys for production
βœ” Ready. Real-time sync enabled.

$ appconfig push ./config.json
Validating schema... βœ“
Pushed successfully. Deploying to 3 regions...
Done in 0.84s

Recent Kit Updates

2025-05-12

SDK v3.2.1 & CLI v3.0.2

featfixperf Improved WebSocket reconnection logic, fixed env var parsing edge cases, reduced initial handshake latency by 40%.

2025-04-28

K8s Operator v0.9.3

featfix Added Helm chart support, fixed secret mounting in restricted namespaces, improved rollout validation.

2025-04-15

v3 Migration Guide

fix Published official PDF guide covering breaking changes, config schema updates, and automated migration scripts.

βœ… Copied to clipboard