Skip to content

Releases: omacom/aether

v4.29.8

Choose a tag to compare

@github-actions github-actions released this 28 Aug 19:02
v4.29.8
a3b0099

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

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

Pre-built Binary (aarch64)

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

Build from Source

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

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

SHA256 (source archive, for PKGBUILD):

b83e0eeb1332b4ed655389a051d5b9b14a3e109968b7f278005e52c5e69a1e9c

v4.29.7

Choose a tag to compare

@github-actions github-actions released this 28 Aug 07:16
v4.29.7
a0c7386

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

wget https://github.com/omacom-io/aether/releases/download/v4.29.7/aether-linux-amd64
chmod +x aether-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether

Pre-built Binary (aarch64)

wget https://github.com/omacom-io/aether/releases/download/v4.29.7/aether-linux-arm64
chmod +x aether-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether

Build from Source

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

git clone https://github.com/omacom-io/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

3e02902dae13b5600e6ac7c1c8120d0cd1910538baa29a4efba6b0cec83b507a

v4.29.6

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:42
v4.29.6
f402a6e

What's Changed

  • Disable Linux WebView GPU acceleration by Bjarne Øverli (@bjarneo) (f402a6e)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

wget https://github.com/omacom-io/aether/releases/download/v4.29.6/aether-linux-amd64
chmod +x aether-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether

Pre-built Binary (aarch64)

wget https://github.com/omacom-io/aether/releases/download/v4.29.6/aether-linux-arm64
chmod +x aether-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether

Build from Source

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

git clone https://github.com/omacom-io/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

8b2e97283007c9eefda879e17c5fecb9d59fc90bf2160af93eeba57f11fcdb25

v4.29.5

Choose a tag to compare

@github-actions github-actions released this 27 Aug 12:31
v4.29.5
01496a7

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

wget https://github.com/omacom-io/aether/releases/download/v4.29.5/aether-linux-amd64
chmod +x aether-linux-amd64
sudo mv aether-linux-amd64 /usr/local/bin/aether

Pre-built Binary (aarch64)

wget https://github.com/omacom-io/aether/releases/download/v4.29.5/aether-linux-arm64
chmod +x aether-linux-arm64
sudo mv aether-linux-arm64 /usr/local/bin/aether

Build from Source

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

git clone https://github.com/omacom-io/aether.git
cd aether
make build

SHA256 (source archive, for PKGBUILD):

74c31e5e3d3e63ee760e4ae48b5917dbfcd794a47e9e402a9583b81083ccbf97

v4.29.4

Choose a tag to compare

@github-actions github-actions released this 23 Aug 08:38
3b10c57

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

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

Pre-built Binary (aarch64)

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

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):

ec46d524b9e562ead07ad0b6e85f5d16cc0c31e21cf5266d771dab95ef245d4e

v4.29.3

Choose a tag to compare

@github-actions github-actions released this 22 Aug 21:39
2093b4c

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

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

Pre-built Binary (aarch64)

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

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):

87ac7d80acdcafd2255cfdc3b730700706da297f695ff26b1608ba3fda01db57

v4.29.2

Choose a tag to compare

@bjarneo bjarneo released this 19 Aug 05:18
a44089f

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

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

Pre-built Binary (aarch64)

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

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):

1756a54f1f823ea78d3e0011ba51696e751e9372bf24ddcf0269d57ef2322043

v4.29.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 16:17

What's Changed

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

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

Pre-built Binary (aarch64)

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

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):

633a8c2e591c54743bd47fcf7caf2ff3a0aecb931c87724d3decd60241e4b1cc

v4.29.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 12:08
v4.29.0
57e3017

What's Changed

  • Add Aether brand assets and wallpapers by Bjarne Øverli (@bjarneo) (57e3017)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

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

Pre-built Binary (aarch64)

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

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):

fa9b31d1218b1d367cb43755015768474749d69a172694826242afba940a49f3

v4.28.9

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:35
v4.28.9
61a106e

What's Changed

  • Register protocol handler on startup by Bjarne Øverli (@bjarneo) (61a106e)

Installation

Arch Linux (AUR)

yay -S aether

Debian / Ubuntu (x86_64)

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

Debian / Ubuntu (aarch64)

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

Pre-built Binary (x86_64)

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

Pre-built Binary (aarch64)

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

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):

2eafd11123cf4b48f5a8f1a5a4ca77e4fbdbf6edbd5efb31b484b575f000f132