Jetsonizer Smoother and Faster NVIDIA Jetson Setup

About Jetsonizer

Jetsonizer is a CLI tool designed to streamline and automate the setup process for NVIDIA Jetson devices. Setting up a fresh Jetson environment can be tedious and prone to errors. Jetsonizer simplifies this by handling user creation and essential package installations in a single, interactive workflow.

Currently Supported Tools

ML & Vision Stack

  • OpenCV (CUDA)
  • PyTorch (CUDA)
  • TensorRT

Python Env & Tooling

  • MiniConda
  • uv

Monitoring

  • jtop

Browsers

  • Brave Browser

IDEs

  • VS Code

See it in Action

Jetsonizer Installation Demo
Jetsonizer in action: Automating the setup process.

Installation

Get started with Jetsonizer by running the following commands on your NVIDIA Jetson device:

1. Add the repository:

echo "deb [trusted=yes] https://alibustami.github.io/Jetsonizer/ debian/" | sudo tee /etc/apt/sources.list.d/jetsonizer.list

2. Update and install:

sudo apt update
sudo apt install jetsonizer

3. Run Jetsonizer:

jetsonizer