Self Operating Computer

From Notes_Wiki

Home > API access to AI tools > Self Operating Computer

To install Self Operating Computer on Rocky 9.x OS use:

  1. As root user do:
    dnf install python3-tkinter
  2. Ensure enough space in ~/.local or redirect it to another location by symbolic link
  3. Install self-operating-computer via pip as normal non-root user using:
    pip install self-operating-computer
  4. Run it first time via:
    operate
  5. Copy your OpenAPI API key from https://platform.openai.com/api-keys
  6. Now you can ask it to do something. Wait for a while for it to finish its tasks.


Home > API access to AI tools > Self Operating Computer