Skip to content

Releases: bjarneo/aether

v4.14.0

23 Apr 19:32
0010792

Choose a tag to compare

What's Changed

  • Explain GTK toggle side-effect in sidebar by Bjarne Øverli (@bjarneo) (0010792)
  • Move tokyo-night seed out of theme package by Bjarne Øverli (@bjarneo) (ccab3a4)
  • Seed defaults from tokyo-night on omarchy installs by Bjarne Øverli (@bjarneo) (a5c16e3)
  • Stop theme watcher logging on every poll tick by Bjarne Øverli (@bjarneo) (b1dbde8)
  • Read theme colors from colors.toml instead of aether.override.css by Bjarne Øverli (@bjarneo) (f87b00e)
  • Drop dead exports and unreachable OKLCHHueDistance by Bjarne Øverli (@bjarneo) (9ce8e5d)
  • Allow editing RGB/HSL/OKLCH values by clicking them by Bjarne Øverli (@bjarneo) (c231289)
  • Add OKLCH editor with tabs and polish color picker sidebar by Bjarne Øverli (@bjarneo) (fc5efb5)
  • Add aether-cli skill for CLI usage guidance by Bjarne Øverli (@bjarneo) (0eb3e4c)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.14.0/aether_4.14.0_amd64.deb
sudo dpkg -i aether_4.14.0_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.14.0/aether_4.14.0_arm64.deb
sudo dpkg -i aether_4.14.0_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.14.0/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.14.0/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.14.0/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.14.0/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

cdbb9d70aaafff25bb84522ba27ed7604c2c13fbc08223961a7923de9ccfd4ad

v4.13.0

22 Apr 18:46
aa64bc9

Choose a tag to compare

What's Changed

  • Sync editor state to Go so aether status reflects live edits by Bjarne Øverli (@bjarneo) (aa64bc9)
  • Add OKLCH sliders to the color picker sidebar by Bjarne Øverli (@bjarneo) (34723d7)
  • Replace wallhaven pagination with infinite scroll and card-size toggle by Bjarne Øverli (@bjarneo) (8910dc3)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.13.0/aether_4.13.0_amd64.deb
sudo dpkg -i aether_4.13.0_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.13.0/aether_4.13.0_arm64.deb
sudo dpkg -i aether_4.13.0_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.13.0/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.13.0/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.13.0/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.13.0/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

c49cb12da4b2fff4b213efaa81fce90329bb8088e91568fcee71cbcbac79a3ce

v4.12.1

19 Apr 16:36
f02abe1

Choose a tag to compare

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.12.1/aether_4.12.1_amd64.deb
sudo dpkg -i aether_4.12.1_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.12.1/aether_4.12.1_arm64.deb
sudo dpkg -i aether_4.12.1_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.12.1/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.12.1/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.12.1/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.12.1/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

1e8be5fe554ad217862ee5592d632eef1c6f65311e4f94b16d4aeef65a334a8f

v4.12.0

19 Apr 16:05
6e458de

Choose a tag to compare

What's Changed

  • Add command palette (Ctrl+P) for discoverable actions by Bjarne Øverli (@bjarneo) (6e458de)
  • Add harmony swatches, recent colors, and palette variant nudges by Bjarne Øverli (@bjarneo) (88931fd)
  • Add WCAG contrast pills and HSL sliders to color picker by Bjarne Øverli (@bjarneo) (c4d56ec)
  • Overhaul image editor with undo, transforms, and canvas preview by Bjarne Øverli (@bjarneo) (d909cf4)
  • Extract openURL helper and trim about strip to version only by Bjarne Øverli (@bjarneo) (3b3a826)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.12.0/aether_4.12.0_amd64.deb
sudo dpkg -i aether_4.12.0_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.12.0/aether_4.12.0_arm64.deb
sudo dpkg -i aether_4.12.0_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.12.0/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.12.0/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.12.0/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.12.0/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

faa3319fead25d6e0cb97c99be01dcdd01559c5b7cb3e8df4dc01593d1b7b78e

v4.11.1

19 Apr 11:19
bfd0298

Choose a tag to compare

What's Changed

  • Replace About modal with persistent bottom strip by Bjarne Øverli (@bjarneo) (bfd0298)
  • Drop redundant string cast on style.zoom read by Bjarne Øverli (@bjarneo) (e4768ac)
  • Fix eyedropper loupe region when UI zoom is not 1 by Bjarne Øverli (@bjarneo) (3a7269d)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.11.1/aether_4.11.1_amd64.deb
sudo dpkg -i aether_4.11.1_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.11.1/aether_4.11.1_arm64.deb
sudo dpkg -i aether_4.11.1_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.11.1/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.11.1/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.11.1/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.11.1/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

4d034d65ad31fc7155fd3f13f1fe673d77b57d7a74ba22ae22abee46a41750a6

v4.11.0

19 Apr 10:09
621f235

Choose a tag to compare

What's Changed

  • Add aether-docs skill and external doc folder reference by Bjarne Øverli (@bjarneo) (621f235)
  • Add CLAUDE.md with agent-focused project notes by Bjarne Øverli (@bjarneo) (eb4765d)
  • Extract containerHeight and objectFit to derived values in hero by Bjarne Øverli (@bjarneo) (4efed99)
  • Expand wallpaper hero to full size when color picker is open by Bjarne Øverli (@bjarneo) (a10a44f)
  • Make curve editor canvas colors theme-aware for light mode by Bjarne Øverli (@bjarneo) (4dff23e)
  • Fix pre-existing TypeScript errors in Wails binding call sites by Bjarne Øverli (@bjarneo) (e0ccce4)
  • Add descriptive tooltips to wallpaper hero action buttons by Bjarne Øverli (@bjarneo) (151f2ac)
  • Add blended palette extraction from main wallpaper and additional images by Bjarne Øverli (@bjarneo) (abebaa2)
  • Move sidebar toggle to left of header and mirror divider icon by Bjarne Øverli (@bjarneo) (83beb3d)
  • Add eyedropper with magnifier loupe for picking colors from wallpaper by Bjarne Øverli (@bjarneo) (b1050af)
  • Add promote-to-main swap and full-size view for wallpapers by Bjarne Øverli (@bjarneo) (3e796e4)
  • Move settings sidebar to left and inline color picker as right panel by Bjarne Øverli (@bjarneo) (7d9a3f2)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.11.0/aether_4.11.0_amd64.deb
sudo dpkg -i aether_4.11.0_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.11.0/aether_4.11.0_arm64.deb
sudo dpkg -i aether_4.11.0_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.11.0/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.11.0/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.11.0/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.11.0/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

d3629899733992ba66ca61fb7b042cf81d80ca9547601ca3114e3c5ed68ed659

v4.10.0

17 Apr 10:23
6f824c2

Choose a tag to compare

What's Changed

  • Add interactive tone curves with histogram to image and color editors by Bjarne Øverli (@bjarneo) (6f824c2)
  • Scale pixelate block size to match preview and export by Bjarne Øverli (@bjarneo) (f84aedc)
  • Scale blur radius to match preview and export, increase blur intensity by Bjarne Øverli (@bjarneo) (e6c7310)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.10.0/aether_4.10.0_amd64.deb
sudo dpkg -i aether_4.10.0_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.10.0/aether_4.10.0_arm64.deb
sudo dpkg -i aether_4.10.0_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.10.0/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.10.0/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.10.0/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.10.0/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

e7140671842a135b89765862d52cf0b8efcba756cc66ac9c5def856c576f31b9

v4.9.0

16 Apr 20:47
9cb8255

Choose a tag to compare

What's Changed

  • Add CPU rendering toggle for video wallpapers by Bjarne Øverli (@bjarneo) (9cb8255)
  • Default GTK styling toggle to off for new installs by Bjarne Øverli (@bjarneo) (c6197f8)
  • Replace hardcoded dark-mode colors with CSS variables for light mode support by Bjarne Øverli (@bjarneo) (77223aa)
  • Fix lightness mismatch in palette grade and consolidate color utils by Bjarne Øverli (@bjarneo) (1bb809d)
  • Add palette-grade LUT to image editor and fix compare sizing by Bjarne Øverli (@bjarneo) (eb8301c)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.9.0/aether_4.9.0_amd64.deb
sudo dpkg -i aether_4.9.0_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.9.0/aether_4.9.0_arm64.deb
sudo dpkg -i aether_4.9.0_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.9.0/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.9.0/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.9.0/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.9.0/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

71c3bdf8304254fd354a718742dd80edf7f8eff4a77ed2dc65861a761e266358

v4.8.2

07 Apr 06:19
d789af0

Choose a tag to compare

What's Changed

  • Add additional images support to blueprint load and apply by Bjarne Øverli (@bjarneo) (d789af0)
  • Improve fetching from wallhaven by Bjarne Øverli (@bjarneo) (88069e4)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.8.2/aether_4.8.2_amd64.deb
sudo dpkg -i aether_4.8.2_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.8.2/aether_4.8.2_arm64.deb
sudo dpkg -i aether_4.8.2_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.8.2/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.8.2/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.8.2/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.8.2/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

09e4015f07e790f47c71fbc21cefa0a23a8316ec9a622f88a0857a8f2c1d8ebf

v4.8.1

05 Apr 09:10
7e5e216

Choose a tag to compare

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.8.1/aether_4.8.1_amd64.deb
sudo dpkg -i aether_4.8.1_amd64.deb
sudo apt-get install -f

Debian / Ubuntu (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.8.1/aether_4.8.1_arm64.deb
sudo dpkg -i aether_4.8.1_arm64.deb
sudo apt-get install -f

Pre-built Binary (x86_64)

wget https://github.com/bjarneo/aether/releases/download/v4.8.1/aether-linux-amd64
wget https://github.com/bjarneo/aether/releases/download/v4.8.1/aether-wp-linux-amd64
chmod +x aether-linux-amd64 aether-wp-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether
sudo mv aether-wp-linux-amd64 /usr/local/bin/aether-wp

Pre-built Binary (aarch64)

wget https://github.com/bjarneo/aether/releases/download/v4.8.1/aether-linux-arm64
wget https://github.com/bjarneo/aether/releases/download/v4.8.1/aether-wp-linux-arm64
chmod +x aether-linux-arm64 aether-wp-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether
sudo mv aether-wp-linux-arm64 /usr/local/bin/aether-wp

Build from Source

Requires Go 1.23+, Node.js 22+, and Wails.

git clone https://github.com/bjarneo/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

4a9e3ac9afdf84788f83f842b5d7ec923208edbe2c1e971941c48949528fb65e