Driver AI is a tool for automating and controlling a computer using AI. Install it and automate anything in < 1 minute. No scripting/coding required.
-
Clone the repository:
git clone <repo-url> cd <repo-directory> -
Set up your environment variables:
-
Copy
example.env.jsontoenv.json:cp example.env.json env.json -
Open
env.jsonin your editor and add your API keys for your chosen AI provider(s).
-
-
Install dependencies:
npm install -
Start the application:
npm startThe app will use the API keys you provided in
env.jsonto connect to your AI provider (for example, Anthropic Console or OpenAI Platform), depending on which backend you plan to use.
That's it! Driver AI should now be running.
- Node.js (v18 or higher recommended)
- macOS
- For best results, make sure you have the necessary accessibility permissions enabled on your Mac.
- See the code and comments for more details on usage and capabilities.