aerion

aerion 0.3.4

An Open Source Lightweight E-Mail Client

https://github.com/hkdb/aerion
Apache License 2.0
main program: aerionprograms: aerion, aerion-creds
Platforms (30)
wasm64-wasip1i686-freebsdmicroblazeel-linuxaarch64-freebsdloongarch64-linuxarmv7l-linuxm68k-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aerion
];
Ad-hoc shell
nix-shell -p aerion
Flake (nix run)
nix run nixpkgs#aerion