Skip to content

Releases: djsoftware1/runai

runai v1.0.5

13 Apr 23:50
5883838

Choose a tag to compare

  • More backends
  • New settings like RUNAI_BASE_URL which lets you override the backend API base URL used for the selected model/provider. This is useful for LAN or virtual-LAN setups (such as Tailscale), local servers, LiteLLM proxies, LM Studio, Ollama, or your own OpenAI-compatible endpoint

runai v1.0.2

15 Jan 01:58
83543ff

Choose a tag to compare

RunAI v1.0.2: Run or automate AI tasks from anywhere on the command line.

✨ What's new

  • New backends (Gemini, Anthropic/Claude, Deepseek and more)
  • Attach images/documents with -a or --append filename)
  • Can now pip install . (with WIP on PyPi support)
  • New env vars such as RUNAI_MODEL, RUNAI_PROJECT, RUNAI_TASK, RUNAI_TASKFILE

Example: runai -t "A short 2 line idea for helping cure aging using AI and cows" | cowsay

✨ Highlights

  • Run AI tasks directly from the CLI
  • STDIN / pipe support for files, source code, logs, and generated data
  • Composes cleanly with Unix tools (cat, for-each, pipes, redirects)
  • Pipe AI output/input like any other command.
  • Supports OpenAI APIs and local models (Ollama / LM Studio, e.g. $ runai -m "ollama/deepseek-r1:8b")
  • Model-agnostic, script-friendly design
  • Human-readable output suitable for further piping

🧠 Philosophy

Treat AI like a Unix tool: small, composable, scriptable, and automation-first.

💼 Commercial support

Commercial support, consulting, and custom automation available — DM or get in touch.

runai v1.0.0

10 Jan 00:22
2f79b0d

Choose a tag to compare

runai: Run or automate AI tasks from anywhere on the command line.

✨ Highlights

  • Run AI tasks directly from the CLI
  • STDIN / pipe support for files, source code, logs, and generated data
  • Composes cleanly with Unix tools (cat, for-each, pipes, redirects)
  • Pipe AI output/input like any other command.
  • Supports OpenAI APIs and local models (Ollama / LM Studio)
  • Model-agnostic, script-friendly design
  • Human-readable output suitable for further piping

🧠 Philosophy

Treat AI like a Unix tool: small, composable, scriptable, and automation-first.

💼 Commercial support

Commercial support, consulting, and custom automation available — DM or get in touch.

v0.8.0-beta

15 Jan 20:20
733201e

Choose a tag to compare

Athough still beta, a lot of functionality works