CrackedAI runs code on your machine — not in the cloud. Set up the local runtime in one command.
pip install crackedai-connect
Works on macOS, Linux, and Windows. Requires Python 3.12+.
crackedai-connect
On first run, it auto-detects your hardware and installs the right PyTorch + JAX versions.
Come back here and start solving problems. The website automatically detects the running runtime.
Browse ProblemsPyTorch with CUDA + JAX with CUDA. Auto-detects your CUDA version (11, 12, or 13).
PyTorch with MPS acceleration + JAX. Uses your M-series GPU automatically.
Lightweight CPU-only PyTorch (smaller download) + JAX. Everything works, just no GPU acceleration.
On first run, crackedai-connect installs hardware-matched versions. After that, it uses whatever is installed. Delete ~/.crackedai/setup_done to force reinstall.
No. Code executes entirely on your machine. The browser talks directly to localhost. The web server is never involved in code execution.
Yes. Install crackedai-connect in any venv, conda env, or pixi env. It will install frameworks into whatever environment it's running in.