Getting Started
Note: OpenAdapt is Alpha software. This means it is in the early stages of development and may contain bugs, incomplete features, and other issues. Users should exercise caution and understand that the software is provided "as-is" without any guarantees or warranties. We appreciate your feedback and contributions to help improve the project. For more information and to support our development, please visit our GitHub sponsors page.
Download for WindowsDownload for MacOS
Downloads
Register for updates (we promise not to spam)
What's Next?
Troubleshooting
Comfortable on the command line? Read on:
Getting Started for Developers
Note: If you run into trouble with the scripted installation described here, please refer to Manual Setup instructions.
Windows
- Press Windows Key, type "powershell", and press Enter
- Copy and paste the following command into the terminal, and press Enter (If Prompted for `User Account Control`, click 'Yes'):
Start-Process powershell -Verb RunAs -ArgumentList '-NoExit', '-ExecutionPolicy', 'Bypass', '-Command', "iwr -UseBasicParsing -Uri 'https://raw.githubusercontent.com/OpenAdaptAI/OpenAdapt/main/install/install_openadapt.ps1' | Invoke-Expression"
MacOS
- Press Command+Space, type "terminal", and press Enter
- Copy and paste the following command into the terminal, and press Enter:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/OpenAdaptAI/OpenAdapt/HEAD/install/install_openadapt.sh)"