Desktop app

Changelog for the Neutropic desktop app (macOS · Windows).

v0.2.0

September 12, 2026

  • FeatureServer orchestration with a local helper: The app spawns a local helper with allowed folders and a per-launch token; file reading and code execution stay on the device while the hosted API runs the agent.
  • FeatureNative file attach: The composer's attach menu opens a native multi-file dialog and references files without uploading.
  • FeatureCore + media pack packaging: The shipped helper is the core profile; the video/audio/speech stack is a separate media pack downloaded on demand.
  • ImprovementSmaller helper: Excluded jax/torch/tensorflow; helper folder 1.2 GB → 921 MB.
  • ImprovementMobile groundwork: The shell is a library crate shared by desktop and mobile, with session mirroring for the mobile shell.
  • FixDev port check: The web port probe no longer misses a running dual-stack Next server.

v0.1.4

September 12, 2026

  • ImprovementAligned with web/api 0.1.26: Points at the new static export directory and adds the 2026-09 Python stacks to the packaging spec.

v0.1.3

August 20, 2026

  • ImprovementHelper naming: Bundled helper binaries renamed to "Neutropic Helper (Apple Silicon / Intel)".

v0.1.2

August 20, 2026

  • FixApp name: The main executable is named "Neutropic" instead of the crate name.

v0.1.1

August 20, 2026

  • FeatureGoogle sign-in via the system browser: The neutropic:// scheme returns the OAuth callback to the app.

v0.1.0

July 28, 2026

  • FeatureNeutropic 2.0: Initial draft of the desktop shell.