Skip to content

Releases: mlcyclops/notebooklmchrome

Atlas Studio v1.0.3

Choose a tag to compare

@mlcyclops mlcyclops released this 27 Jun 16:46
3f1aa5a

The recommended build. Your folders now actually appear in Atlas.

Fixes

  • Folders now load. The list_folders relay read the stored value as an array, but folders are stored as { folders: [...] }, so the library was always empty. Confirmed live: 175 notebooks, 7 folders.
  • Auto-refresh on connect. Atlas now populates the library on its own when the extension connects, instead of needing a window reload.

Built on the relay fix (1.0.2) and live-folders support (1.0.1+).

Platform Download
Windows 10/11 (x64) Atlas-Studio-Setup-1.0.3.exe
macOS (Apple Silicon) Atlas-Studio-1.0.3-arm64.dmg
Linux (x64) Atlas-Studio-1.0.3.AppImage

First run: Help -> Connect the extension (load the bundled folder), open notebooklm.google.com, keep the tab open. Builds are unsigned (first-launch OS warning).

Atlas Studio v1.0.2

Choose a tag to compare

@mlcyclops mlcyclops released this 27 Jun 14:13
2cd4e10

The recommended build. Makes the desktop app actually show your notebooks and folders, adds a polished Help popup, and ships proper icons.

Fixes & improvements

  • Notebooks/folders now load in Atlas: fixed a relay race that dropped the extension's replies (ADR-0018), and the server now serves your live folders from the extension (ADR-0017). Verified with a real library (175 notebooks, 7 folders).
  • Custom Help popup (soft edges) with a 3-step guide, support email, GitHub link, and version (ADR-0020).
  • Bundled extension + "Connect the extension" helper, real-port status, and store-ready icons.
Platform Download
Windows 10/11 (x64) Atlas-Studio-Setup-1.0.2.exe
macOS (Apple Silicon) Atlas-Studio-1.0.2-arm64.dmg
Linux (x64) Atlas-Studio-1.0.2.AppImage

First run: Help -> Connect the extension (load the bundled folder), open notebooklm.google.com, keep the tab open. Builds are unsigned (first-launch OS warning).

Atlas Studio v1.0.1

Choose a tag to compare

@mlcyclops mlcyclops released this 27 Jun 13:26
e85fb7c

Fixes desktop connectivity so Atlas shows your real folders and notebooks.

What's fixed (see ADR-0017):

  • Atlas now reads your live folders from the extension (not an empty server-side file), so your folders and notebooks appear once connected.
  • The browser extension is bundled inside the app. Use Help -> Connect the extension... to reveal its folder, then Load unpacked in your browser.
  • The status pill shows the real port, and the app warns if port 3000 (which the extension needs) is busy.
Platform Download
Windows 10/11 (x64) Atlas-Studio-Setup-1.0.1.exe
macOS (Apple Silicon) Atlas-Studio-1.0.1-arm64.dmg
Linux (x64) Atlas-Studio-1.0.1.AppImage

First run: load the bundled extension (Help -> Connect the extension...), open notebooklm.google.com, and keep the tab open. Builds are unsigned (first-launch OS warning).

Atlas Studio v1.0.0

Choose a tag to compare

@mlcyclops mlcyclops released this 27 Jun 13:01
c0ddb12

Desktop installers for Atlas Studio (companion server + Atlas Research & Podcast Studio), built on native CI runners.

Platform Download
Windows 10/11 (x64) Atlas-Studio-Setup-1.0.0.exe (NSIS installer)
macOS (Apple Silicon) Atlas-Studio-1.0.0-arm64.dmg
Linux (x64) Atlas-Studio-1.0.0.AppImage

The browser extension (folders) installs separately and supplies live notebook data.

Note: these builds are unsigned. On first launch Windows SmartScreen may warn (More info -> Run anyway); on macOS, right-click the app -> Open. Code signing and notarization are planned.