DEV Community

Water Run
Water Run

Posted on

get - get anything from your computer

get - get anything from your computer

get is a compact binary command-line tool that serves as a simple read-only LLM Agent for retrieving information from your device.

Examples:

get "What is the IP address of this device?"
get "Are there any available version updates for the system?"
get "Relevant content from the README in the project"
get "What language is the entire project mainly written in?"
get "Latest version of get at https://github.com/Water-Run/get"
...
Enter fullscreen mode Exit fullscreen mode

Full usage reference: README

Preparation

Download the appropriate version from the GitHub Release Assets:

  • get-vX.Y-compact-SYSTEM.zip: The "compact" version for the corresponding system (contains only the get binary, the installation script, and other necessary documents)
  • get-vX.Y.zip: The full version, bundled with a set of binary tools

Download and extract the appropriate archive as needed (the full version is recommended), then run the get_ready.py installation script. It will automatically add get to your PATH and initialize the corresponding configuration.
Once complete, run get version in your terminal to verify the installation.
get is compatible with the OpenAI API format. You can complete the configuration during the installation script, or use the get set commands to configure the LLM connection details. Once done, run the get isok command. If the response is ok, get is ready to use.

Top comments (0)