Skip to main content

Install the CLI

curl -fsSL https://chicklet.io/install.sh | sh

Create an account

chicklet login 

Create a chicklet

chicklet create my-chicklet 
This creates a chicklet named my-chicklet

Connect to your chicklet

chicklet console -s dev
You’re now inside your chicklet, a full Ubuntu 22.04 machine with Claude waiting for you. Try:
chicklet@my-chicklet:~$ claude

What’s next?

TBD