Skip to content

Releases: markus-global/markus

v0.8.3

12 Jun 10:28

Choose a tag to compare

Install

Download & double-click (no prerequisites, includes Node.js runtime):

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Or via terminal:

# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash

# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex

# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.8.3

What's Changed

  • release v0.8.2: release: feishu integration & workflow system by @jsyqrt in #193
  • release v0.8.2-rc.0: feat: feishu integration & workflow system by @jsyqrt in #192

Full Changelog: v0.8.2...v0.8.3

v0.8.2

12 Jun 06:29

Choose a tag to compare

Install

Download & double-click (no prerequisites, includes Node.js runtime):

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Or via terminal:

# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash

# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex

# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.8.2

What's Changed

  • release v0.8.1: fix: Windows installer, trial period, UI improvements by @jsyqrt in #173
  • release v0.8.1-rc.0: fix: Windows installer, trial period, UI improvements by @jsyqrt in #172
  • Feat/codex oauth support by @jsyqrt in #174
  • feat: add visibility levels for Hub sharing and org assets tab by @jsyqrt in #175
  • Feat/UI optimize 0609 by @jsyqrt in #176
  • [TASK-tsk_f46313b58b2da71379fa15cb][Frontend Developer] feat: 飞书集成配置 UI — FeishuIntegrationSection 组件 by @jsyqrt in #178
  • [TASK-tsk_1f88f661acfba26b5bee34b2][Backend Developer] feat: EventBus → 飞书通知转发 (FeishuNotifier) by @jsyqrt in #182
  • Revert "[TASK-tsk_1f88f661acfba26b5bee34b2][Backend Developer] feat: EventBus → 飞书通知转发 (FeishuNotifier)" by @jsyqrt in #187
  • Revert "[TASK-tsk_f46313b58b2da71379fa15cb][Frontend Developer] feat: 飞书集成配置 UI — FeishuIntegrationSection 组件" by @jsyqrt in #188
  • Feat/workflow support by @jsyqrt in #183
  • fix: resolve OAuth login race condition and add missing i18n keys by @jsyqrt in #190
  • fix: license sync, onboarding simplification, and UI polish by @jsyqrt in #191
  • [Feature] Markus接入飞书功能 — Feishu Integration (5层完整实现) by @jsyqrt in #186

Full Changelog: v0.8.1...v0.8.2

v0.8.2-rc.0 (Pre-release)

12 Jun 05:17

Choose a tag to compare

Pre-release

Pre-release — this version is for testing. Use npm i -g @markus-global/cli@next to install.
The install.sh one-liner always installs the latest stable release.

Install (testers)

# npm (recommended for RC testing)
npm install -g @markus-global/cli@0.8.2-rc.0

# or use the @next tag
npm install -g @markus-global/cli@next

Binary installers

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

What's Changed

  • release v0.8.1: fix: Windows installer, trial period, UI improvements by @jsyqrt in #173
  • release v0.8.1-rc.0: fix: Windows installer, trial period, UI improvements by @jsyqrt in #172
  • Feat/codex oauth support by @jsyqrt in #174
  • feat: add visibility levels for Hub sharing and org assets tab by @jsyqrt in #175
  • Feat/UI optimize 0609 by @jsyqrt in #176
  • [TASK-tsk_f46313b58b2da71379fa15cb][Frontend Developer] feat: 飞书集成配置 UI — FeishuIntegrationSection 组件 by @jsyqrt in #178
  • [TASK-tsk_1f88f661acfba26b5bee34b2][Backend Developer] feat: EventBus → 飞书通知转发 (FeishuNotifier) by @jsyqrt in #182
  • Revert "[TASK-tsk_1f88f661acfba26b5bee34b2][Backend Developer] feat: EventBus → 飞书通知转发 (FeishuNotifier)" by @jsyqrt in #187
  • Revert "[TASK-tsk_f46313b58b2da71379fa15cb][Frontend Developer] feat: 飞书集成配置 UI — FeishuIntegrationSection 组件" by @jsyqrt in #188
  • Feat/workflow support by @jsyqrt in #183
  • fix: resolve OAuth login race condition and add missing i18n keys by @jsyqrt in #190
  • fix: license sync, onboarding simplification, and UI polish by @jsyqrt in #191
  • [Feature] Markus接入飞书功能 — Feishu Integration (5层完整实现) by @jsyqrt in #186

Full Changelog: v0.8.1...v0.8.2-rc.0

v0.8.1

08 Jun 05:47

Choose a tag to compare

Install

Download & double-click (no prerequisites, includes Node.js runtime):

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Or via terminal:

# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash

# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex

# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.8.1

Full Changelog: v0.8.0...v0.8.1

v0.8.1-rc.0 (Pre-release)

08 Jun 03:38

Choose a tag to compare

Pre-release

Pre-release — this version is for testing. Use npm i -g @markus-global/cli@next to install.
The install.sh one-liner always installs the latest stable release.

Install (testers)

# npm (recommended for RC testing)
npm install -g @markus-global/cli@0.8.1-rc.0

# or use the @next tag
npm install -g @markus-global/cli@next

Binary installers

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Full Changelog: v0.8.0...v0.8.1-rc.0

v0.8.0

07 Jun 17:18

Choose a tag to compare

Install

Download & double-click (no prerequisites, includes Node.js runtime):

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Or via terminal:

# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash

# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex

# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.8.0

What's Changed

  • release v0.7.14: fix: completion marker in-session continuation, attention retry logic, chat scroll UX by @jsyqrt in #169
  • release v0.7.9: fix: install script mirror fallback and CI upload-to-hub by @jsyqrt in #164
  • release v0.7.10: fix: CI upload release binaries directly to R2 by @jsyqrt in #165
  • release v0.7.11: fix: cross-platform path resolution in chrome extension pack script by @jsyqrt in #166
  • release v0.7.12: fix: pin node-datachannel version in binary build by @jsyqrt in #167
  • release v0.7.13: fix: Windows start command for opening chrome extensions page by @jsyqrt in #168

Full Changelog: v0.7.14...v0.8.0

v0.7.14

03 Jun 13:44

Choose a tag to compare

Install

Download & double-click (no prerequisites, includes Node.js runtime):

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Or via terminal:

# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash

# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex

# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.7.14

Full Changelog: v0.7.13...v0.7.14

v0.7.13

03 Jun 12:32

Choose a tag to compare

Install

Download & double-click (no prerequisites, includes Node.js runtime):

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Or via terminal:

# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash

# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex

# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.7.13

Full Changelog: v0.7.12...v0.7.13

v0.7.12

03 Jun 12:07

Choose a tag to compare

Install

Download & double-click (no prerequisites, includes Node.js runtime):

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Or via terminal:

# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash

# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex

# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.7.12

Full Changelog: v0.7.11...v0.7.12

v0.7.10

03 Jun 10:44

Choose a tag to compare

Install

Download & double-click (no prerequisites, includes Node.js runtime):

Platform Installer
Windows x64 markus-setup-win-x64.exe
macOS Apple Silicon markus-setup-darwin-arm64.pkg
macOS Intel markus-setup-darwin-x64.pkg
Linux x64 (.deb) markus-setup-linux-x64.deb

Or via terminal:

# macOS / Linux
curl -fsSL https://markus.global/install.sh | bash

# Windows (PowerShell)
irm https://markus.global/install.ps1 | iex

# npm (if you already have Node.js 22+)
npm install -g @markus-global/cli@0.7.10

Full Changelog: v0.7.9...v0.7.10