Releases: Frank-P-Lu/awl-editor
Release list
v0.12.0
Linux x86_64. macOS builds from source until Apple signing and
notarization are in place; Windows uses the web editor.
AppImage (recommended) — one file, desktop-integrated (launcher
name + icon):
sha256sum -c SHA256SUMS
chmod +x awl-0.12.0-linux-x86_64.AppImage
./awl-0.12.0-linux-x86_64.AppImage notes.mdNeeds a Vulkan driver, fontconfig, libxkbcommon, and Wayland or X11
already on the system (see below) — nothing else is bundled, and no
GPU driver rides inside the AppImage.
tar.gz (fallback) — for systems where AppImages don't run (no
FUSE and no --appimage-extract-and-run support):
sha256sum -c SHA256SUMS
tar xzf awl-0.12.0-linux-x86_64.tar.gz
cd awl-0.12.0-linux-x86_64
./awl notes.mdThe archive unpacks into one directory and installs nothing. Put it
on your PATH with install -Dm755 awl ~/.local/bin/awl.
awl needs a working Vulkan driver, fontconfig, libxkbcommon, and
Wayland or X11. README.txt inside the archive lists the package
names per distro; GLIBC.txt records the glibc version this build
requires. Fonts and dictionaries are compiled in — awl never
fetches anything at runtime.
GPL-3.0-only. LICENSE, NOTICE, CREDITS.md,
THIRD-PARTY-LICENSES.md and licences ride inside both downloads.
v0.11.0
Linux x86_64. macOS builds from source until Apple signing and
notarization are in place; Windows uses the web editor.
AppImage (recommended) — one file, desktop-integrated (launcher
name + icon):
sha256sum -c SHA256SUMS
chmod +x awl-0.11.0-linux-x86_64.AppImage
./awl-0.11.0-linux-x86_64.AppImage notes.mdNeeds a Vulkan driver, fontconfig, libxkbcommon, and Wayland or X11
already on the system (see below) — nothing else is bundled, and no
GPU driver rides inside the AppImage.
tar.gz (fallback) — for systems where AppImages don't run (no
FUSE and no --appimage-extract-and-run support):
sha256sum -c SHA256SUMS
tar xzf awl-0.11.0-linux-x86_64.tar.gz
cd awl-0.11.0-linux-x86_64
./awl notes.mdThe archive unpacks into one directory and installs nothing. Put it
on your PATH with install -Dm755 awl ~/.local/bin/awl.
awl needs a working Vulkan driver, fontconfig, libxkbcommon, and
Wayland or X11. README.txt inside the archive lists the package
names per distro; GLIBC.txt records the glibc version this build
requires. Fonts and dictionaries are compiled in — awl never
fetches anything at runtime.
GPL-3.0-only. LICENSE, NOTICE, CREDITS.md,
THIRD-PARTY-LICENSES.md and licences ride inside both downloads.
v0.10.0
Linux x86_64. macOS builds from source until Apple signing and
notarization are in place; Windows uses the web editor.
AppImage (recommended) — one file, desktop-integrated (launcher
name + icon):
sha256sum -c SHA256SUMS
chmod +x awl-0.10.0-linux-x86_64.AppImage
./awl-0.10.0-linux-x86_64.AppImage notes.mdNeeds a Vulkan driver, fontconfig, libxkbcommon, and Wayland or X11
already on the system (see below) — nothing else is bundled, and no
GPU driver rides inside the AppImage.
tar.gz (fallback) — for systems where AppImages don't run (no
FUSE and no --appimage-extract-and-run support):
sha256sum -c SHA256SUMS
tar xzf awl-0.10.0-linux-x86_64.tar.gz
cd awl-0.10.0-linux-x86_64
./awl notes.mdThe archive unpacks into one directory and installs nothing. Put it
on your PATH with install -Dm755 awl ~/.local/bin/awl.
awl needs a working Vulkan driver, fontconfig, libxkbcommon, and
Wayland or X11. README.txt inside the archive lists the package
names per distro; GLIBC.txt records the glibc version this build
requires. Fonts and dictionaries are compiled in — awl never
fetches anything at runtime.
GPL-3.0-only. LICENSE, NOTICE, CREDITS.md,
THIRD-PARTY-LICENSES.md and licences ride inside both downloads.
v0.9.0
Linux x86_64. macOS builds from source until Apple signing and
notarization are in place; Windows uses the web editor.
sha256sum -c SHA256SUMS
tar xzf awl-0.9.0-linux-x86_64.tar.gz
cd awl-0.9.0-linux-x86_64
./awl notes.mdThe archive unpacks into one directory and installs nothing. Put it
on your PATH with install -Dm755 awl ~/.local/bin/awl.
awl needs a working Vulkan driver, fontconfig, libxkbcommon, and
Wayland or X11. README.txt inside the archive lists the package
names per distro; GLIBC.txt records the glibc version this build
requires. Fonts and dictionaries are compiled in — awl never
fetches anything at runtime.
GPL-3.0-only. LICENSE, NOTICE, CREDITS.md,
THIRD-PARTY-LICENSES.md and licenses/ ride inside the archive.