Skip to content

Agentica v0.1.2

Choose a tag to compare

@Bowenislandsong Bowenislandsong released this 07 Jun 17:31

Agentica v0.1.2 — first release with macOS binaries, and it just works.

curl -fsSL https://agenticaai.vercel.app/install.sh | bash    # macOS (Apple Silicon) · Linux · WSL

What's new

  • macOS support — ships Apple Silicon (arm64) .dmg + .zip with a working bundled engine (the first release to include Mac builds).
  • Zero setup — on first run the app auto-provisions Ollama (no manual install, no sudo) and pulls a small default model (qwen3.5:4b-mlx) — unless you already have a model, which it reuses. Nothing to click.
  • Chat fixed — agentic chat no longer fails with a read-only-filesystem error; answers are fast (no minutes-long chain-of-thought); the model now knows the current date/time and which OS it's on.
  • Open-and-it-works — the app retries the local engine on launch (a calm "Starting…" instead of an error) and auto-reconnects.
  • Chat polish — sticky auto-follow with a "↓ Latest" button; live "thinking" for reasoning models; cancel running/queued remote jobs; SLURM clusters selectable as job targets.
  • Linux — x64 AppImage + tarball, each with a working bundled engine.

Intel macOS (x64) and additional Linux variants will follow via CI.