Prerequisites
- Python 3.12+
- Redis 7+ — used as the queue backend
- pip or uv — for package management
Install UpNext
Theupnext package includes the SDK, runtime engine, CLI, and the dashboard server.
- pip
- uv
Start Redis
UpNext requires a running Redis instance. The easiest way to get one locally is with Docker:Verify your installation
Next: Quickstart
Build and run a worker + API in 5 minutes.