Skip to content

LendritIbrahimi/mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mark

A macOS app that does things on your computer for you.

You type a task in plain English, like "open Safari and search for cute cats", and mark looks at your screen, figures out the steps, and controls the mouse and keyboard to get it done.

Requirements

  • macOS
  • Python 3.13+
  • An OpenAI API key
  • Accessibility and Screen Recording permissions for your terminal

Setup

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

Put your OpenAI key in a .env file:

OPENAI_API_KEY=your-key-here

Run

With a window (recommended):

python -m ui.app

From the command line:

python main.py "open Safari and search for cute cats"

About

A macOS app that does things on your computer for you.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors