-
v3.3.1 — HTML Preview Fix Stable
released this
2026-05-21 14:30:04 +00:00 | 0 commits to master since this releasev3.3.1 (2026-05-21)
Bug Fix
- HTML code blocks no longer break chat flow — raw HTML from AI responses was being rendered directly inside the chat DOM, breaking layout and interactivity
- HTML code blocks now display as syntax-highlighted source code with a Preview button
- Added sandboxed iframe preview panel
- Added Open in Browser button for full-screen preview
Downloads
-
released this
2026-05-21 13:43:01 +00:00 | 2 commits to master since this releasev3.3.0 (2026-05-21)
File Manager
- Browse device files (App Files, Downloads, Camera, Storage root)
- Open/preview any file with system viewer
- Install APKs directly from the file manager
SSH / Remote Access
- AI can SSH into external machines via
[SSH_EXEC user@host command] - SCP upload/download via
[SSH_UPLOAD]/[SSH_DOWNLOAD] - Remote execution via
[REMOTE_EXEC host command] - URL fetching via
[CURL_EXEC url]
Approval Gate
- All sensitive actions (SSH, SCP, curl, adb, pip, npm, etc.) require explicit user approval
- In-app Approve/Deny dialog before each action
- AI explains what it wants to do, you decide
Other
- New native FileManagerPlugin
- Updated agentic system prompt with full external access documentation
- Cleaned up stale artifacts from releases/
Downloads
-
Z.AI Chat v3.2.1 Stable
released this
2026-05-21 10:48:14 +00:00 | 3 commits to master since this releasev3.2.1
- Hermes install uses internal venv helper and returns stronger diagnostics
- Internal virtual env setup remains app-contained
- No external Termux app dependency for module installs
- Better fallback output for pip/venv failures
Downloads
-
Z.AI Chat v3.2.0 Stable
released this
2026-05-21 10:10:30 +00:00 | 4 commits to master since this releasev3.2.0
- Full QA critical/high fixes
- In-app virtual environment setup and module install
- Safer threading and resource handling
- Accessibility label improvements
- Internal sandbox-first coding/agentic tool flow
Downloads
-
released this
2026-05-20 11:31:32 +00:00 | 5 commits to master since this releaseFix missing codeBlockFileRegex variable causing all message sends to fail
Downloads
-
Z.AI Chat v3.1.1 Stable
released this
2026-05-20 10:56:18 +00:00 | 6 commits to master since this releasev3.1.1 - Bug Fixes
- Download mirrors — bootstrap ZIP fallback to mirror.termux.dev when GitHub is slow
- d8.jar — extract from APK assets first, then download as fallback
- Hermes — auto-installs Python + build deps via pkg before pip install
- AutoGLM — added canTakeScreenshot + label to accessibility config (Samsung fix)
- AutoGLM — removed incorrect foregroundServiceType=mediaPlayback (Android 16 fix)
- AutoGLM — cleaned up openSettings, removed Samsung-internal extras
Downloads
-
Z.AI Chat v3.1.0 Stable
released this
2026-05-20 09:24:14 +00:00 | 7 commits to master since this releasev3.1.0 - AutoGLM Device Control + Hermes Agent
- AutoGLM — AccessibilityService for tap, swipe, type, screenshot, UI tree, click by text/ID
- Navigation — Back, Home, Recents, Notifications, Quick Settings
- Hermes Agent — Python venv install, execute Hermes commands from chat
- AI Tags — [DEVICE_] and [HERMES_] in coding + agentic modes
- v2 Signing — APK signed with v2 scheme (targetSdk 36)
Downloads
-
released this
2026-05-20 08:31:09 +00:00 | 8 commits to master since this releasev2.3.0 - Java Virtual Environment
- Java Virtual Environment — ecj.jar + apksigner.jar bundled in APK, d8.jar downloaded at runtime
- app_process Wrappers — Java tools run via /system/bin/app_process (bypasses SELinux execve restrictions)
- Runtime aapt2 Install — downloads aapt2 + dependencies from Termux repo on demand
- Smart Tool Detection — checks both Termux native and Java virtual tools
- BUILD_SCRIPT Updated — uses app_process wrapper scripts, #!/system/bin/sh
- LD_LIBRARY_PATH — tools/lib added for aapt2 shared library resolution
Downloads