spark 1.5 . by forgewright-ai . github.com/forgewright-ai/spark

~ > spark -- your own AI, on your own machine, at no cost

curl -fsSL https://raw.githubusercontent.com/forgewright-ai/spark/main/get | sh

Debian 13 or macOS (for more details check INSTALL.md).

~ > spark chat

chat -- /help, Ctrl-D or /q ends
chat> write a haiku about a machine that thinks for itself
* A hum in the dark,
  no wire runs to the city:
  the answer is here.

chat> 

~ > files bigger than 1G modified this week?

* Finds files >1G modified in last 7 days               <- the hint, above the prompt
~ > find . -type f -size +1G -mtime -7                  <- the command, in your line

~ > open spark.app

The same page as a macOS and Windows app: github.com/forgewright-ai/sparkapp/releases.