Skip to content

0.5.0 - 2026-08-04

Choose a tag to compare

@github-actions github-actions released this 04 Aug 20:43

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

  • The Publish tab hands you to a host instead of stopping at a folder. Exporting used to end
    with a path and a link to the docs — the last thing you see, at the moment you most want to be
    finished, was a directory. The result now carries the next step with it: Netlify Drop,
    Cloudflare Pages, and our deploy template each get a row, and each button reveals the export
    folder and opens the host in your browser, so the files are sitting there ready to drag. The
    export location gained a copy button, and a disclosure holds the ready-made
    netlify deploy --prod --dir="…" for people who'd rather type it. No accounts, tokens or
    credentials are involved — Atelier still stores nothing about your host.
  • An export made without a website address now says what that costs. Leaving the address blank
    makes the exporter render against the address the appliance runs on locally, so page links,
    social previews and the sitemap all point at your own computer — silently, and only visible once
    the site was live. The result panel now flags it and points back at the field.
  • Every desktop bundle now ships a .sha256 checksum sibling. The .dmg, .msi, .exe,
    .AppImage, .deb and .rpm had none — only cargo-dist's CLI archives did — so a download
    page could not publish a verifiable hash for the app most people actually install. The hash is
    computed on the runner that built the bundle (a checksum derived by re-downloading the asset
    attests nothing but "GitHub served me these bytes") and uses cargo-dist's exact format, so one
    shasum -a 256 -c <file>.sha256 verifies artifacts from either release lane.

Install atelier 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aincient-labs/manager/releases/download/v0.5.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.5.0/atelier-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install aincient-labs/tap/atelier

Download atelier 0.5.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