Skip to content

0.7.0 - 2026-08-08

Choose a tag to compare

@github-actions github-actions released this 08 Aug 19:46

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

Added

  • atelier app status now shows the version your site is running — the same v0.6.1 the
    console reports, read straight off the running container. It's the line to quote in a bug report,
    and it means you no longer have to open the admin status page to find out what you're on.

Changed

  • atelier app update tells you what it did. It now says the version it's moving you from and
    to before it starts, and when there's nothing newer to fetch it says so and stops — instead of
    always reporting "Update complete." whether or not anything changed.

Fixed

  • An update can no longer quietly move your site backwards. Asking to update to an older
    version than the one installed used to run the older release against a database a newer one had
    already migrated — which breaks the site with no obvious cause and no way back. That move is now
    refused outright, pointing you at atelier data restore instead, which is the safe way to return
    to an earlier version. (A pinned fork or a locally built image, whose version can't be read, is
    left to the appliance's own migration refusal as before.)

Install atelier 0.7.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install aincient-labs/tap/atelier

Download atelier 0.7.0

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