Get started
Download AskUI Desktop or start with the SDK.
Use AskUI Desktop when you want the app-led setup for AgentOS, devices, prompts, and runs. Use the SDK when you want to clone the repo and build in code.
14-day trial5,000 inference credits
SDK
Clone the demo project and build in code.
The SDK path stays GitHub-first: no pre-download form, no sales gate. You can add API keys after the project is running.
AskUI-Demo-Project
git clone https://github.com/askui/AskUI-Demo-Project cd AskUI-Demo-Project python -m venv .venv source .venv/bin/activate pip install -r requirements.txt cp .env.template .env