Right-Click to open brand menu
Right-Click to open brand menu
  • Home
  • Components
  • InspirationBeta
  • Creators
  • Pricing

Changelog

April 9, 2026
v0.0.88

v0.0.88

What's New

Improvements & Fixes

  • Stream wedge recovery — Detect and recover from silent SDK stream hangs with a 90s first-chunk timeout instead of hanging indefinitely
  • Missing binary handling — Gracefully handle missing Claude binary with a clear recovery message instead of a cryptic SDK crash
  • Dynamic model resolution — Fix model switching mid-chat where requests went to the old model; also fix Opus 1M context window
  • Session directory cleanup — Clean up session directories on workspace/sub-chat deletion with orphan cleanup on startup and path traversal validation
  • IPC black screen crash — Fix race condition in IPC bridge causing black screen; add error boundary with auto-recovery
  • Memory leaks & race conditions — Fix listener leaks in chat transport, LRU cache eviction bug, write lock map unbounded growth, and abort active sessions on workspace delete

Downloads

  • macOS (Apple Silicon): 1Code-0.0.88-arm64.dmg
  • macOS (Intel): 1Code-0.0.88.dmg
  • Windows: 1Code Setup 0.0.88.exe
  • Linux (AppImage): 1Code-0.0.88.AppImage
  • Linux (deb): 21st-desktop_0.0.88_amd64.deb
Read full release notes→
April 6, 2026
v0.0.87-beta.1

1Code v0.0.87-beta.1

Bug Fixes

  • Auto-update packaging fix — Fixed electron-builder architecture config so release artifacts no longer conflict and auto-updates can work correctly

Downloads

  • macOS (Apple Silicon): 1Code-0.0.87-beta.1-arm64.dmg
  • macOS (Intel): 1Code-0.0.87-beta.1.dmg
  • Windows: 1Code Setup 0.0.87-beta.1.exe
  • Linux (AppImage): 1Code-0.0.87-beta.1.AppImage
  • Linux (deb): 21st-desktop_0.0.87-beta.1_amd64.deb
Read full release notes→
April 6, 2026
v0.0.87

1Code v0.0.87

What's New

Features

  • Sonnet 1M model support — Added Sonnet 1M as a selectable model with extra usage warnings and clearer error actions

Improvements & Fixes

  • git-activity crash fix — Prevented black screen crashes caused by non-string tool input in git-activity
  • Account management crash fix — Fixed Electron crashes when renaming or removing accounts

Downloads

  • macOS (Apple Silicon): 1Code-0.0.87-arm64.dmg
  • macOS (Intel): 1Code-0.0.87.dmg
  • Windows: 1Code Setup 0.0.87.exe
  • Linux (AppImage): 1Code-0.0.87.AppImage
  • Linux (deb): 21st-desktop_0.0.87_amd64.deb
Read full release notes→
March 6, 2026
v0.0.84

1Code v0.0.84

1

What's New

Features

  • GPT 5.4 model support — Added OpenAI's latest GPT 5.4 model as the new default for Codex runtime, replacing GPT-5.3 Codex
  • Copy button in text selection popover — Select any text in chat to quickly copy it with a new Copy icon button

Improvements & Fixes

  • Instant new chat creation — Creating a new sub-chat is now instant (optimistic UI update) instead of waiting for DB insert, with full rollback on failure
  • Double-click guard on new chat — Prevents duplicate sub-chats from rapid Cmd+T or double-clicking the new chat button
  • Race condition safety net — If a message is sent before the sub-chat row is persisted, the backend now auto-creates it instead of silently failing
  • Nested session error fix — Fixed "Claude Code cannot be launched inside another session" error when running the dev build from a Claude Code terminal
  • Changelog URL fix — Updated changelog links to point to the correct URL

Downloads

  • macOS (Apple Silicon): 1Code-0.0.84-arm64.dmg
  • macOS (Intel): 1Code-0.0.84.dmg
  • Windows: 1Code Setup 0.0.84.exe
  • Linux (AppImage): 1Code-0.0.84.AppImage
  • Linux (deb): 21st-desktop_0.0.84_amd64.deb
Read full release notes→
March 3, 2026
v0.0.83

1Code v0.0.83

Bug Fixes

  • Drag-to-split for pinned sub-chats — Pinned sub-chats in the sidebar can now be dragged to create split view
  • Custom slash commands — Fixed projectPath not being passed to getContent when expanding custom slash commands

Downloads

  • macOS (Apple Silicon): 1Code-0.0.83-arm64.dmg
  • macOS (Intel): 1Code-0.0.83.dmg
  • Windows: 1Code Setup 0.0.83.exe
  • Linux (AppImage): 1Code-0.0.83.AppImage
  • Linux (deb): 21st-desktop_0.0.83_amd64.deb
Read full release notes→
March 3, 2026
v0.0.82

1Code v0.0.82 (hotfix)

Hotfix

  • Fixed approve plan buttons in split view — Resolved stale isActive prop that was breaking approve/reject plan buttons when using split panes

Downloads

  • macOS (Apple Silicon): 1Code-0.0.82-arm64.dmg
  • macOS (Intel): 1Code-0.0.82.dmg
  • Windows: 1Code Setup 0.0.82.exe
  • Linux (AppImage): 1Code-0.0.82.AppImage
  • Linux (deb): 21st-desktop_0.0.82_amd64.deb
Read full release notes→
March 2, 2026
v0.0.81

1Code v0.0.81

What's New

Improvements & Fixes

  • Analytics fix — Fixed PostHog analytics not sending events from the desktop app

Downloads

  • macOS (Apple Silicon): 1Code-0.0.81-arm64.dmg
  • macOS (Intel): 1Code-0.0.81.dmg
  • Windows: 1Code Setup 0.0.81.exe
  • Linux (AppImage): 1Code-0.0.81.AppImage
  • Linux (deb): 21st-desktop_0.0.81_amd64.deb
Read full release notes→
March 2, 2026
v0.0.80

1Code v0.0.80

What's New

Features

  • Two-column commit diff viewer — Browse commit diffs in a resizable two-column layout with a file list on the left and diff on the right

Improvements & Fixes

  • Context menu in file list — Fixed context menu not appearing in FileListItem due to Radix asChild nesting issue

Downloads

  • macOS (Apple Silicon): 1Code-0.0.80-arm64.dmg
  • macOS (Intel): 1Code-0.0.80.dmg
  • Windows: 1Code Setup 0.0.80.exe
  • Linux (AppImage): 1Code-0.0.80.AppImage
  • Linux (deb): 21st-desktop_0.0.80_amd64.deb
Read full release notes→
March 2, 2026
v0.0.79

1Code v0.0.79

What's New

Features

  • Drag sub-chats from sidebar to split view — Drag any sub-chat from the sidebar directly into a split pane
  • Upgraded diff viewer — Updated @pierre/diffs to 1.1.0-beta.18 with theme integration fixes
  • Missing tool types registered — Added missing tool type registrations in AgentToolRegistry for better tool rendering

Improvements & Fixes

  • Fixed tab close freezing — Closing a tab no longer freezes the app
  • Correct file stats in search popover — File count and diff stats now display correctly in the search popover

Downloads

  • macOS (Apple Silicon): 1Code-0.0.79-arm64.dmg
  • macOS (Intel): 1Code-0.0.79.dmg
  • Windows: 1Code Setup 0.0.79.exe
  • Linux (AppImage): 1Code-0.0.79.AppImage
  • Linux (deb): 21st-desktop_0.0.79_amd64.deb
Read full release notes→
March 2, 2026
v0.0.78

1Code v0.0.78

What's New

Features

  • Per-pane tab groups with native drag-and-drop — Each split pane now has its own tab bar with native DnD for reordering tabs, plus sidebar mode switching and Dockview improvements
  • Sortable sub-chats in sidebar — Drag-and-drop reordering of sub-chats in the sidebar using dnd-kit
  • Branch info in PR card — PR card badge now shows the branch name

Improvements & Fixes

  • Fork from here during active stream — Fixed: you can now fork a conversation while the agent is still streaming
  • SDK 0.2.63 compatibility — Fixed thinking config API usage and "Agent" tool name rename from claude-agent-sdk 0.2.63
  • Sub-chat rename toast — Fixed error toast appearing on rename by removing broken onSuccess callback
  • Sidebar tooltip cleanup — Tooltip now hides correctly on archive/close operations

Downloads

  • macOS (Apple Silicon): 1Code-0.0.78-arm64.dmg
  • macOS (Intel): 1Code-0.0.78.dmg
  • Windows: 1Code Setup 0.0.78.exe
  • Linux (AppImage): 1Code-0.0.78.AppImage
  • Linux (deb): 21st-desktop_0.0.78_amd64.deb
Read full release notes→

Showing 10 of 53 releases

The source code is available on GitHub
21st Labs Inc.
The source code is available on GitHub
Our StoryChangelogDiscord