Skip to content

PrivateAgent App v1.0.2

Latest

Choose a tag to compare

@techjarves techjarves released this 17 Jul 03:38

PrivateAgent v1.0.2

This release focuses on Android stability, model-provider support, and safer distribution.

Highlights

  • Added NVIDIA NIM provider support.
  • Added verified free NVIDIA chat-model discovery.
  • Made z-ai/glm-5.2 the default NVIDIA model.
  • Fixed GLM responses getting stuck on an empty “Thinking…” state.
  • Added robust streaming parsing, visible empty-response errors, and a 90-second response timeout.
  • Removed the bundled static Kimi API credential and local credential loader.
  • Temporarily disabled the floating overlay while its native lifecycle implementation is stabilized.
  • Removed overlay permission and special-use overlay service registration from current APKs.
  • Added Android “Restricted setting” guidance for enabling accessibility on sideloaded installations.
  • Added universal and architecture-specific Android packages.

Downloads

  • app-universal-release.apk — recommended for most users.
  • app-arm64-v8a-release.apk — modern ARM64 Android phones.
  • app-armeabi-v7a-release.apk — older 32-bit ARM phones.
  • app-x86_64-release.apk — x86_64 Android emulators/devices.
  • SHA256SUMS.txt — file-integrity checksums.

Verification

  • Flutter tests passed.
  • Universal APK installed and launched as version 1.0.2.
  • All APK signatures verified.
  • All APK checksums verified.
  • All APKs pass Android's 16 KB alignment check.
  • Universal APK contains ARM64, ARMv7, and x86_64 native libraries.
  • APK manifests contain no overlay permission or overlay service.