Community
Live Chat
Careers
Support
Search…
Akash Guidebook
Intro to Akash
Tokens and Wallets
Deployments
Desktop App
CLI
Detailed Steps
Streamlined Steps
Install streamlined environment locally
Initialize Environment Variables
Create Akash Account and Certificate
Create Test Deployment
Initialize Deployment Variables
Review Bids
Upload Manifest
Close Deployment
Akash CLI Booster
Apps on Akash
Integrations
Providers
Akash Nodes
Validating
Command Line
Features
Other Resources
Powered By
GitBook
Install streamlined environment locally
​
The below set of steps downloads the environment for easier setup. For advanced usage, check
Install Akash CLI client
.
Download Source Code
Download the Akash Client source code into your home directory and within a subdirectory named
demo
cd ~
​
git clone https://github.com/ovrclk/demo-env.git demo
​
cd demo
Install Akash CLI Client
apt install make
​
apt-get install unzip
​
make install
Verify Installation
Issue the following command to verify successful install of the Akash CLI client
Output that displays the installed Akash client version equals a successful install and verification
akash version
Previous
Streamlined Steps
Next
Initialize Environment Variables
Last modified
19d ago
Copy link
Outline
Download Source Code
Install Akash CLI Client
Verify Installation