Download Latest Version atomic-agent-win32-x64.zip (43.7 MB)
Email in envelope

Get an email when there's a new version of Atomic Agent

Home / v0.1.67
Name Modified Size InfoDownloads / Week
Parent folder
atomic-agent-win32-x64.zip.sha256 2026-07-28 93 Bytes
atomic-agent-win32-x64.zip 2026-07-28 43.7 MB
atomic-agent-linux-x64.tar.gz.sha256 2026-07-28 96 Bytes
atomic-agent-linux-x64.tar.gz 2026-07-28 51.0 MB
atomic-agent-linux-arm64.tar.gz.sha256 2026-07-28 98 Bytes
atomic-agent-linux-arm64.tar.gz 2026-07-28 50.8 MB
atomic-agent-darwin-arm64.tar.gz.sha256 2026-07-28 99 Bytes
atomic-agent-darwin-arm64.tar.gz 2026-07-28 49.8 MB
README.md 2026-07-28 3.2 kB
v0.1.67 source code.tar.gz 2026-07-28 5.7 MB
v0.1.67 source code.zip 2026-07-28 6.5 MB
Totals: 11 Items   207.5 MB 0

First release built mostly from community contributions. Eight PRs from two external contributors, covering a security gap, three crashes, and Linux ARM support.

Fixed

  • browser.tabs opened any URL scheme without asking. browser.navigate routed file://, javascript: and data: through the approval gate; browser.tabs with action: "new" did not, so a model could read local files with no prompt shown to the operator. Both paths now share the same check (#30 by @Bartok9).

  • Small models could kill a session on the first message. Reasoning text before the tool call, [SFC] and similar, made the parser grab the wrong bracket and fail the whole turn. Saying "hi" to the default Qwen 3.5 4B was enough to trigger it. The parser now skips false starts, and prose-only answers degrade into a plain reply instead of a dead session (#40 by @sachin-detrax, fixes [#37]).

  • Managed llama.cpp picked the integrated GPU over a discrete NVIDIA card. On a machine with an RTX and an AMD APU, auto handed the model to the iGPU because shared system memory reports larger than real VRAM. Three separate defects, each fixed on its own: iGPU detection missing AMD, the backend variant never re-checked after install, and the CUDA 13.0 driver threshold routing to a build without Blackwell support (#36 by @sachin-detrax, fixes [#35]).

  • A dying MCP server said only Connection closed. The child's stderr was piped and then never read, so the actual cause, a missing key or a module error, was discarded. Connect failures now carry the tail of that output (#42 by @sachin-detrax).

  • Stale Chromium locks blocked the next browser run. A hard kill left SingletonLock behind under the persistent profile. Locks are now cleared before relaunch, but only when the owning process is gone (#24 by @Bartok9).

  • Dense pages could still overflow a small context. The ARIA snapshot was capped by line count, which says nothing about how wide those lines are. It now also has a character budget (#25 by @Bartok9).

  • Apple Silicon reported CPU (no GPU detected). Metal device rows were not recognised in the managed device list (#26 by @Bartok9).

Added

  • Linux ARM64 builds. The installer previously 404'd on ARM Linux (#44 by @Bartok9, fixes [#43]).
  • Clearer setup messages in the bundled Apple Calendar, Notes, Reminders, Notion, Obsidian, Pandoc, PDF and XLSX skills.

Changed

  • Install URLs now point at atomicagent.io.

Updating

macOS / Linux

curl -fsSL https://atomicagent.io/install | sh

Windows (PowerShell)

irm https://atomicagent.io/install.ps1 | iex

Existing installs update in place; the TUI prompts for a restart afterwards.

New Contributors

Thanks @Bartok9 and @sachin-detrax for the fixes, and @Ooooze for the reviews and the release work.

Full Changelog: https://github.com/AtomicBot-ai/atomic-agent/compare/v0.1.65...v0.1.67

Source: README.md, updated 2026-07-28