Skip to content

0.6.1 - 2026-08-08

Choose a tag to compare

@github-actions github-actions released this 08 Aug 17:07

Download Atelier Manager

The desktop app installs, updates, and backs up your Atelier site — a double-click app, no terminal needed. Pick the build for your system:

Platform Download Which one?
macOS Atelier Manager (.dmg) One file for any Mac — Apple Silicon or Intel.
Linux .AppImage  ·  .deb  ·  .rpm AppImage runs on any distro; .deb for Debian/Ubuntu, .rpm for Fedora/RHEL.
Windows .exe  ·  .msi Unsigned for now — if SmartScreen warns, choose More info → Run anyway.

New here? Full walkthrough at aincient-labs.com. You'll also need Docker (OrbStack or Docker Desktop) running.


Release Notes

Changed

  • Moving an old install onto released versions now asks first. An install made before there
    were releases follows unreleased builds without ever having chosen to, and the Manager used to
    move it onto released versions the first time it adopted one — silently changing which build
    someone's existing site runs on, possibly by several versions at once. It now says what it
    found and waits for an answer, and declining costs nothing: the install stays exactly where it
    was and can be moved later with atelier app channel stable. A non-interactive run (a script,
    a pipe) declines rather than hanging on an answer that will never come.

Fixed

  • Readiness is judged from a route that can actually fail. "Your site is ready" was decided by
    asking for the front page, which is the one URL a site can serve from its page cache while every
    other page is erroring — so the console could be announced as up moments before every link on it
    returned an error. Readiness now asks for a page that cannot be cached, so it reflects whether
    the site is really rendering.

Install atelier 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aincient-labs/manager/releases/download/v0.6.1/atelier-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/aincient-labs/manager/releases/download/v0.6.1/atelier-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install aincient-labs/tap/atelier

Download atelier 0.6.1

File Platform Checksum
atelier-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
atelier-x86_64-apple-darwin.tar.xz Intel macOS checksum
atelier-x86_64-pc-windows-msvc.zip x64 Windows checksum
atelier-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
atelier-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum