Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adhyaay-karnwal/DriverAI

Repository files navigation

Driver AI

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.

Screenshot 2025-06-26 at 1 38 09 PM

Getting Started

  1. Clone the repository:

    git clone <repo-url>
    cd <repo-directory>
    
  2. Set up your environment variables:

    • Copy example.env.json to env.json:

      cp example.env.json env.json
      
    • Open env.json in your editor and add your API keys for your chosen AI provider(s).

  3. Install dependencies:

    npm install
    
  4. Start the application:

    npm start
    

    The app will use the API keys you provided in env.json to 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.

Requirements

  • Node.js (v18 or higher recommended)
  • macOS

Notes

  • 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.

About

Let AI do it for you, on your machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published