Skip to content

Changelog

A complete history of changes across the Antimatter ecosystem. Because Antimatter is a monorepo with multiple independent packages, major milestones are documented here, with component-level changelogs in each sub-project.


Release Timeline

v1.2.0 ยท 2026

๐Ÿ–ฅ๏ธ Native Remote PTY Terminal

Added full interactive PTY terminal to both Android (Termux-based) and iOS (SwiftTerm) apps, and the Gateway. Supports vim, htop, ssh, full ANSI/256-color rendering, pinch-to-zoom, and extra keys bar. All terminal I/O is end-to-end encrypted.

v1.1.0 ยท 2025

๐Ÿ” End-to-End Encryption (E2EE)

Implemented true E2EE using Diffie-Hellman key exchange + AES-GCM. All WebSocket payloads are now encrypted before leaving the device โ€” zero-knowledge routing through Cloudflare and any intermediaries.

v1.0.0 ยท 2025

๐Ÿ›ก๏ธ Security Audit + Zero Trust + Biometric Auth

Completed security audit. Implemented Cloudflare Zero Trust support, SQLCipher database encryption, and biometric authentication gate (Fingerprint/Face ID) before any agent connection is established.

v0.5.0 ยท 2025

๐Ÿงฉ Independent Adapter Model

Major architectural refactor โ€” decoupled the monolithic VS Code extension into the Independent Adapter Model. The antimatter-core Gateway now handles all security and routing, while adapters (ag, ag2, cc) are lightweight IPC clients. Multi-agent support added.

v0.4.0 ยท 2025

๐Ÿค– Claude Code (cc) Adapter

Added official adapter for Anthropic Claude Code CLI using the @anthropic-ai/claude-agent-sdk. Supports streaming events, prompt injection, and full trajectory rendering in the app.

v0.3.0 ยท 2025

๐Ÿ Antigravity 2.0 (ag2) Adapter

Added Python daemon adapter for the standalone Google Antigravity 2.0 application. Includes agent Skill for natural language control of the adapter.

v0.2.0 ยท 2025

๐Ÿ“ฒ Push Notifications + FTS Search + Multimodal

Added: local push notifications when agent completes tasks or needs approval; Full-Text Search across conversation history (Room FTS4); multimodal image attachment support in prompts.

v0.1.0 ยท 2025

๐Ÿš€ Initial Beta Release

First public release of the Antimatter ecosystem. Included the Antigravity IDE VS Code extension adapter, Android companion app with QR pairing and Ed25519 cryptography, and Cloudflare tunnel integration.


Component Changelogs

For detailed, per-commit change history:

ComponentChangelog
Gateway (antimatter-core)core/CHANGELOG.md
Android Appandroid/CHANGELOG.md
iOS Appios/CHANGELOG.md
All Adaptersadapters/CHANGELOG.md

Saif Mukhtar

Saif Mukhtar

Creator & Lead Developer of Antimatter ยท Android, iOS & Python engineer