Skip to content

APPDEX v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 06:12

APPDEX v3.0.0

[v3.0.0] - 2026-07-21

Workspace Intelligence - Workspace OS Architecture

  • WorkspaceObject: Single source of truth for entire app state
  • WorkspaceEventBus: Central event system for cross-tool communication (SharedFlow-based)
  • WorkspaceController: Brain that processes all events and updates state
  • WorkspaceInspector: Global sidebar showing APK/Tool/Selection/Breadcrumbs/AI Insights/Timeline
  • Cross-Tool Intelligence: Any object can navigate to any tool (web not tree)
  • AI Workspace Awareness: Proactive insights without user asking
    • Auto-detects Flutter/Unity engines from class names and native libs
    • Auto-warns on dangerous permissions and exported components
    • Auto-explains tool purpose when entering each view
  • Live Report: Real-time updates via reportRevision StateFlow
  • Workspace Memory: AI remembers recent actions via buildWorkspaceMemory()
  • Event sources: Security/Signing/Repack/Editor all emit WorkspaceEvents
  • Phase 7 Polish: AutoMirrored icons, unified design system, empty states

Download

  • Debug APK: For testing, includes debug logging
  • Release APK: Production build (minified + shrunk, unsigned) (Not available - R8 build failed, use debug APK)

Install

  1. Download the APK file below
  2. Enable "Install from unknown sources" in Android settings
  3. Open the APK file to install

Full Changelog