Skip to content

Releases: alpbahadur/49-IDE

0.4.0: Merge pull request #56 from alpbahadur/light-theme-and-starter-terminal

Choose a tag to compare

@MYRADhub MYRADhub released this 18 Aug 20:31
8bdf1df
Light/dark/system themes, remove night mode, starter terminal

0.3.4

Choose a tag to compare

@github-actions github-actions released this 07 May 14:23
v0.3.4

chore: bump desktop version to 0.3.4

0.3.3

Choose a tag to compare

@github-actions github-actions released this 06 May 19:00
v0.3.3

chore: bump desktop version to 0.3.3

0.3.2

Choose a tag to compare

@github-actions github-actions released this 06 May 19:00
fix: convert preload to CJS to fix control panel IPC

preload.js used ESM import syntax but Electron preload scripts must be
CommonJS. With package.json "type":"module", Electron couldn't load it,
causing window.api to be undefined — breaking all buttons and log display.
Renamed to preload.cjs with require() syntax and updated the reference in
main.js.

49Agents Desktop v0.2.4

Choose a tag to compare

@MYRADhub MYRADhub released this 03 May 01:55

49Agents Desktop v0.2.4

Fix

  • Auto-update now works — adds zip artifacts required by electron-updater for in-app updates

Installation (first time)

  • Apple Silicon: 49Agents-0.2.4-arm64.dmg
  • Intel Mac: 49Agents-0.2.4.dmg

Right-click → Open on first launch (unsigned app).

49Agents Desktop v0.2.3

Choose a tag to compare

@MYRADhub MYRADhub released this 02 May 01:49

49Agents Desktop v0.2.3

Fix

  • Settings modal now works — themes.min.js was missing from previous builds causing a crash on open

Installation

  • Apple Silicon: 49Agents-0.2.3-arm64.dmg
  • Intel Mac: 49Agents-0.2.3.dmg

Right-click → Open on first launch (unsigned app).

49Agents Desktop v0.2.2

Choose a tag to compare

@MYRADhub MYRADhub released this 01 May 03:58

Fix: server failed to start due to native module (better-sqlite3) ABI mismatch on first launch.

49Agents Desktop v0.2.1

Choose a tag to compare

@MYRADhub MYRADhub released this 01 May 03:49

Fix: app failed to launch due to missing electron-updater module in packaged build.

49Agents Desktop v0.2.0

Choose a tag to compare

@MYRADhub MYRADhub released this 30 Apr 23:20

49Agents Desktop v0.2.0

What's new

  • Working menu bar tray icon using the 49Agents logo
  • Settings work out of the box — no login screen in the desktop app
  • Tray menu: Open, Dashboard, Restart, Stop/Start, Check for Updates, Quit

Installation

  • Apple Silicon (M1/M2/M3): download 49Agents-0.2.0-arm64.dmg
  • Intel Mac: download 49Agents-0.2.0.dmg

Open the DMG, drag 49Agents to Applications, then right-click → Open (required on first launch for unsigned apps).

Requirements

  • macOS 12+
  • tmux and ttyd installed: brew install tmux ttyd

Updating from v0.1.0

The app will prompt you automatically, or use "Check for Updates" in the tray menu.

49Agents Desktop v0.1.0

Choose a tag to compare

@MYRADhub MYRADhub released this 30 Apr 23:01

49Agents Desktop v0.1.0

macOS desktop app — runs the 49Agents server and agent locally with a native tray menu.

Installation

  • Apple Silicon (M1/M2/M3): download 49Agents-0.1.0-arm64.dmg
  • Intel Mac: download 49Agents-0.1.0.dmg

Open the DMG, drag 49Agents to Applications, then right-click → Open (required on first launch for unsigned apps).

Features

  • Auto-starts the cloud server and agent on launch
  • Tray menu with start/stop/restart controls and status dashboard
  • Automatic update checks — "Check for Updates" in the tray menu

Requirements

  • macOS 12+
  • tmux and ttyd installed via Homebrew: brew install tmux ttyd