Aleph Cloud SDKs & CLI Overview 
Integrate with Aleph Cloud using our comprehensive SDKs and command-line tools. Whether you are building in Python, TypeScript, or need direct terminal access, Aleph Cloud provides robust solutions for developers.
Available SDKs & Tools 
Python SDK 
The Aleph Cloud Python SDK (aleph-sdk-python) provides a comprehensive set of tools for interacting with the Aleph Cloud network from Python applications.
- Install: 
pip install aleph-sdk-python 
TypeScript SDK 
The Aleph Cloud TypeScript SDK (@aleph-sdk/client) enables seamless integration with Aleph Cloud from Node.js and browser-based applications.
- Install: 
npm install @aleph-sdk/client 
Aleph Cloud CLI 
The Aleph Cloud Command-Line Interface (CLI) allows you to interact with all features of the Aleph Cloud network directly from your terminal.
- Install: 
pipx install aleph-client(recommended) - Getting Started
 - Troubleshooting
 
Why Use Aleph Cloud SDKs? 
- Multiple Languages: Official support for Python and TypeScript, with more on the way.
 - Comprehensive Features: Access storage, compute, messaging, and more.
 - Open Source: All SDKs and CLI are open source and maintained by the Aleph Cloud team.
 
For more SDKs, tools, or to contribute, visit our GitHub organization.