GitHub Copilot
For Your Operating System

An AI desktop agent that sees your screen, understands your goals, and automates tasks autonomously. Just like Copilot helps you code, AXON helps you operate your entire computer.

3,500+
Lines of Code
5
LLM Providers
100%
Open Source
AXON in Action
You: "Print my resume to PDF"
AXON: ✅ Opening File Explorer...
AXON: ✅ Searching for resume...
AXON: ✅ Printing to PDF...
AXON: 🎉 Task completed!

Why AXON is Revolutionary

The first vision-based desktop automation tool with transparent overlay and multi-LLM support

👁️

Vision-Based Control

AXON sees your screen like a human using Vision Language Models. If you can see it, AXON can interact with it.

💬

Natural Language

No scripting, no programming. Just tell AXON what you want in plain English and watch it work.

🔄

Adaptive & Resilient

UI changed? No problem. AXON adapts because it understands context, not just coordinates.

🧠

Multi-LLM Support

Choose from Gemini, Claude, Ollama (local), NVIDIA NIM, or OpenRouter. Your data, your choice.

🛡️

Safety First

F12 kill switch, transparent overlay, stuck detection, and full action logging keep you in control.

🌍

Universal

Works with ANY application, ANY UI, ANY language. No configuration needed.

How AXON Works

1

Tell AXON Your Goal

Press Alt+G and describe what you want in natural language

2

AXON Sees Your Screen

Vision AI captures and analyzes your desktop in real-time

3

AI Plans Actions

LLM decides the best sequence of actions to complete your task

4

Autonomous Execution

AXON moves the cursor and performs actions until task is complete

AXON vs Traditional Tools

Feature AXON AutoHotkey RPA Tools Voice Assistants
Vision-Based ⚠️
Natural Language ⚠️
Adaptive to UI Changes ⚠️
Multi-LLM Support
Local Option N/A
Open Source

Download AXON

Get started in minutes with our easy-to-use installer

💻

Windows Executable

Ready-to-run application with all dependencies included

Version 1.0.0 ~362 MB
⬇️ Download AXON.exe Windows 10/11 • 64-bit
📦

Source Code

Clone the repository and run from source

git clone https://github.com/pratham092006/ibm-bob-hackathon.git
cd ibm-bob-hackathon
pip install -r requirements.txt
python main.py
View on GitHub

🔨 Build Your Own Executable

Want to create the executable yourself? Follow these steps:

1

Install PyInstaller

pip install pyinstaller
2

Navigate to Project Directory

cd ibm-bob-hackathon
3

Build the Executable

pyinstaller --name="AXON" --onefile --windowed --icon=pointinghand.svg main.py

This creates a single executable file in the dist/ folder

4

Find Your Executable

The executable will be located at: dist/AXON.exe

You can now distribute this file to others!

Advanced Build Options

# Include all dependencies and data files
pyinstaller --name="AXON" \
--onefile \
--windowed \
--icon=pointinghand.svg \
--add-data="core;core" \
--add-data="executor;executor" \
--add-data="ui;ui" \
--hidden-import=PyQt6 \
--hidden-import=google.generativeai \
main.py

Documentation

Real-World Use Cases

📄 Document Management

"Find all PDFs in Downloads and move them to Documents"

🌐 Web Automation

"Go to GitHub, search for 'python automation', and open the first result"

💬 Communication

"Open WhatsApp and message John 'Meeting at 3 PM'"

🖨️ Printing

"Open File Explorer, search for my resume, and print it to PDF"

❓ Context Help

Select any text, press Alt+G for instant AI explanation

⚙️ System Tasks

"Open Settings and change the wallpaper"