Skip to content

Releases: nteract/desktop

nteract v2.3.0-nightly.202604232145

23 Apr 22:15
810cdf2

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

No user-facing changes in this release.


Commit: 810cdf2a1e9a89fd3e60b00054d5ac5027a99ac9

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.3.0-nightly.202604232141

23 Apr 22:03
810cdf2

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

Bug Fixes

  • drop needless return in Windows cli_install branch (#2112) (notebook)(85450b0)

Commit: 85450b0693c61599b850e9835d4873092e9403c0

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.3.0-nightly.202604232012

23 Apr 20:38
16cceab

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

Bug Fixes

  • unflake integration suite under parallel load (#2110) (runtimed)(7f77e5f)

Commit: 16cceab6c74570ffd9fa2cc67348f458f6da2adf

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.2.1-nightly.202604231848

23 Apr 19:16
2ed6840

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

Features

  • explicit consent CTA + Privacy pane + install ID rotation (#2109) (telemetry)(2ed6840)

Commit: 2ed68401b6d098d4573ea06235b24d670160865c

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.2.1-nightly.202604231731

23 Apr 17:59
060e267

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

Bug Fixes

  • disconnect previous session on notebook switch (#2088) (runt-mcp)(8b630e5)
  • bootstrap environment.yml deps into CRDT at auto-launch (#2097) (runtimed)(6007ac8)
  • pixi RPC path publishes MissingIpykernel reason (#2102) (runtimed)(4f34076)

Documentation

  • update mime.rs module doc — TS isBinaryMime is gone (#2106) (notebook-doc)(e809013)

Features

  • route ErrorBoundary errors through host logger (#2101) (notebook-app)(df19f29)
  • migrate session_core to typed RuntimeLifecycle + Python constants (#2100) (runtimed-py)(56e0e36)
  • install console_error_panic_hook (#2105) (runtimed-wasm)(1c53cd1)

Commit: 060e2671bb7c2d98b9ed9b6bf511517df5d41119

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.2.1-nightly.202604231336

23 Apr 13:57
bcd9fcc

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

Features

  • typed KernelErrorReason + set_activity stale-phase fix (#2091) (runtime-doc)(28589f5)

Commit: bcd9fcccdef7535fb7ddec5a68eaa5698dac399b

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.2.1-nightly.202604230932

23 Apr 09:52
33c4150

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

Bug Fixes

  • parse string-typed deps instead of silently dropping (#2084) (#2087) (runt-mcp)(ad55a35)

Features

  • RuntimeLifecycle CRDT keys + typed writers (phase 2) (#2085) (runtime-doc)(33c4150)

Commit: 33c41503f22ece5e03b292f6ed7a01a2ac41512b

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.2.1-nightly.202604230655

23 Apr 07:13
57e96c8

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

Bug Fixes

  • run pnpm install before build_mcp_widget in build flows (#2070) (xtask)(43a20d1)
  • eliminate TOCTOU race in trust signature approval (#2079) (notebook)(cc7ba1a)
  • migrate v3 schema docs instead of discarding them (#2080) (notebook-doc)(b73a00b)

Documentation

  • update room substruct spec after PR 0 + PR A (#2069)(02825ea)

Commit: b73a00b8b519dfdf154d0f9be6be25f7ea4e9f4f

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.2.1-nightly.202604230438

23 Apr 05:10
f3b42ed

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

Bug Fixes

  • poll RuntimeStateDoc for wait_for_ready instead of broadcast (#2066) (runtimed-py)(4f53400)

Features

  • prefer stable blob server port per channel (#2054) (runtimed)(65c791d)
  • verify-plugins drift check for renderer bundles (#2063) (xtask)(ce421b5)
  • chain renderer-plugins after sift-wasm rebuild (#2068) (xtask)(f3b42ed)

Commit: f3b42edfea003a93796ced262767cc8e9ef03eea

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre

nteract v2.2.1-nightly.202604230015

23 Apr 00:43
df15f71

Choose a tag to compare

Pre-release

Automated nightly release from main.

What's Changed

No user-facing changes in this release.


Commit: df15f718c010182c9407a5df99ec25cc884046d9

nteract (desktop app)

Platform Architecture Download
macOS ARM64 (Apple Silicon) nteract-nightly-darwin-arm64.dmg
macOS x64 (Intel) nteract-nightly-darwin-x64.dmg
Windows x64 nteract-nightly-windows-x64.exe
Linux x64 nteract-nightly-linux-x64.AppImage
Linux x64 (deb) nteract-nightly-linux-x64.deb

macOS builds are signed and notarized. Windows is not code signed — expect a SmartScreen prompt. Linux AppImage: chmod +x and run. Linux DEB: sudo dpkg -i nteract-nightly-linux-x64.deb.

This release includes auto-update support. Existing installations will be notified of this update automatically.

Linux (APT repository)

# Add the nteract signing key
curl -fsSL https://apt.runtimed.com/nteract-keyring.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/nteract-keyring.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nteract-keyring.gpg] https://apt.runtimed.com nightly main" \
  | sudo tee /etc/apt/sources.list.d/nteract.list

sudo apt update && sudo apt install nteract-nightly

runt-nightly (CLI)

Also bundled inside the desktop app. Standalone binaries:

Platform Architecture Download
Linux x64 runt-nightly-linux-x64
macOS ARM64 runt-nightly-darwin-arm64
macOS x64 (Intel) runt-nightly-darwin-x64

runtimed (Python — macOS, Linux, Windows)

pip install runtimed --pre

dx (Python kernel-side helpers)

pip install dx --pre