Getting Started

Install the CLI

pip install tnr

Windows Users: If you encounter permissions issues, check our troubleshooting guide for common solutions.

Authenticate the CLI

tnr login

After running this command, navigate to the console to generate a token.

Add a payment method

Visit the console to add a payment method to your account.

Using Thunder Compute

# Create an instance
tnr create

# Check on your instance
tnr status --wait

# Connect to a running instance
tnr connect 0

For more advanced instance configuration options, check our CLI reference guide.

That’s it! You’re now ready to use Thunder Compute.

Next Steps

Learn how to:

For compatibility information and supported libraries, see our compatibility guide.