Self Operating Computer

From Notes_Wiki
Revision as of 16:42, 22 February 2025 by Saurabh (talk | contribs) (Created page with "Home > API access to AI tools > Self Operating Computer To install Self Operating Computer on Rocky 9.x OS use: # As root user do: #:<pre> #:: dnf install python3-tkinter #:</pre> # Ensure enough space in ~/.local or redirect it to another location by symbolic link # Install self-operating-computer via pip as normal non-root user using: #:<pre> #:: pip install self-operating-computer #:</pre> # Run it first time via: #:<pre> #:: operate #:</pre> #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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