Skip to content

Releases: taoeffect/dez

v0.6.0

01 Jun 19:43

Choose a tag to compare

Desktop builds

Linux AppImage and Apple Silicon macOS DMG builds are attached to this release.

Running the macOS app

The macOS app is not signed because we are not paying Apple's ransom fee to distribute the app through Apple's signing and notarization program. Because of that, macOS may block the app after you copy it to Applications.

After copying Dez.app to /Applications, run:

xattr -cr /Applications/Dez.app

Then open Dez from /Applications.

Changes

  • Model listing is now cached to ~/.config/dez/model_cache.json so models list appears instantly after first run (#7)
  • Default model setting reuses model listing component and lets you use the previous model (#2)

v0.5.0

21 May 04:10

Choose a tag to compare

Desktop builds

Linux AppImage and Apple Silicon macOS DMG builds are attached to this release.

Running the macOS app

The macOS app is not signed because we are not paying Apple's ransom fee to distribute the app through Apple's signing and notarization program. Because of that, macOS may block the app after you copy it to Applications.

After copying Dez.app to /Applications, run:

xattr -cr /Applications/Dez.app

Then open Dez from /Applications.

Changes

  • Major MVC/SBP refactor moved state, views, controllers, and persistence to clearer layer boundaries.
  • Multi-cursor editing landed, use Ctrl+Shift+Up and Ctrl+Shift+Down to use
  • Hopefully fixed a bug where [AGENT] pills transformed into [USER] pills
  • Random polish

v0.4.0

08 May 04:23

Choose a tag to compare

Desktop builds

Linux AppImage and Apple Silicon macOS DMG builds are attached to this release.

Running the macOS app

The macOS app is not signed because we are not paying Apple's ransom fee to distribute the app through Apple's signing and notarization program. Because of that, macOS may block the app after you copy it to Applications.

After copying Dez.app to /Applications, run:

xattr -cr /Applications/Dez.app

Then open Dez from /Applications.

Changes

This is a short list of changes, partly AI-generated and partly human written. For complete changes see this commit.

New Features

  • Multiple tabs can now stream responses concurrently across providers
  • Provider model listing and chat streaming now run through TypeScript provider logic
  • Added a native HTTP bridge for reliable streaming across all supported providers
  • Conversation, prompt, and app-state persistence format handling moved to TypeScript

Improvements

  • Rust backend simplified to native app services: filesystem access, secret storage, Copilot auth, update checks, and generic HTTP
  • Provider request building, SSE parsing, retry behavior, and model parsing are now shared and easier to maintain
  • Added SBP and started moving everything into SBP selectors
  • Saving prompt and text edits debounced with 1 second timer

Bugfixes

  • Misc fixes

v0.3.0

06 May 18:18

Choose a tag to compare

Desktop builds

Linux AppImage and Apple Silicon macOS DMG builds are attached to this release.

Running the macOS app

The macOS app is not signed because we are not paying Apple's ransom fee to distribute the app through Apple's signing and notarization program. Because of that, macOS may block the app after you copy it to Applications.

After copying Dez.app to /Applications, run:

xattr -cr /Applications/Dez.app

Then open Dez from /Applications.

Changes

New Features

  • Manual “Check for updates” button in General settings
  • Settings entry points now open directly to the relevant section, such as Providers from the model selector

Improvements

  • Active tab now stays visible in the tab bar when switching tabs or opening new tabs
  • App product name changed from dez to Dez
  • Version bumped to 0.3.0

Bugfixes

  • Fixed cursor blinking issues in the thread editor
  • Fixed Home and End key behavior in the editor
  • Fixed arrow-key navigation around collapsed prompt pills and role separators
  • Fixed vertical cursor movement at the start and end of editor sections

v0.2.1

06 May 04:48

Choose a tag to compare

Desktop builds

Linux AppImage and Apple Silicon macOS DMG builds are attached to this release.

Running the macOS app

The macOS app is not signed because we are not paying Apple's ransom fee to distribute the app through Apple's signing and notarization program. Because of that, macOS may block the app after you copy it to Applications.

After copying Dez.app to /Applications, run:

xattr -cr /Applications/Dez.app

Then open Dez from /Applications.

What's New

New app icon:

128x128@2x

Update notifications:

Screenshot 2026-05-05 at 9 53 58 PM

v0.1.1

05 May 18:22

Choose a tag to compare

Desktop builds for v0.1.1