Skip to content

Releases: Frank-P-Lu/awl-editor

v0.12.0

v0.12.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 00:58

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.md

Needs 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.md

The 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

v0.11.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 06:12

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.md

Needs 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.md

The 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

v0.10.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 08:09

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.md

Needs 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.md

The 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

v0.9.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Aug 02:04

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.md

The 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.