Connect Your Runtime

CrackedAI runs code on your machine — not in the cloud. Set up the local runtime in one command.

1

Install

pip install crackedai-connect

Works on macOS, Linux, and Windows. Requires Python 3.12+.

2

Run

crackedai-connect

On first run, it auto-detects your hardware and installs the right PyTorch + JAX versions.

3

Solve

Come back here and start solving problems. The website automatically detects the running runtime.

Browse Problems

What gets installed

NVIDIA GPU

PyTorch with CUDA + JAX with CUDA. Auto-detects your CUDA version (11, 12, or 13).

Apple Silicon

PyTorch with MPS acceleration + JAX. Uses your M-series GPU automatically.

CPU Only

Lightweight CPU-only PyTorch (smaller download) + JAX. Everything works, just no GPU acceleration.

FAQ

I already have PyTorch/JAX installed

On first run, crackedai-connect installs hardware-matched versions. After that, it uses whatever is installed. Delete ~/.crackedai/setup_done to force reinstall.

Is my code sent to a server?

No. Code executes entirely on your machine. The browser talks directly to localhost. The web server is never involved in code execution.

Can I use a virtual environment?

Yes. Install crackedai-connect in any venv, conda env, or pixi env. It will install frameworks into whatever environment it's running in.