Fix erroneous loading indicator on errors
Fix erroneous loading indicator when clicking non-Gemini links
ui: Redesign error pages
Just another "fancy" Gemini client.
Status: Alpha, Maintenance mode
Moonlander is currently in maintenance mode. It works and I still use it as a daily driver, but I probably won't add any new features, bug fixes, or anything else for some time. I will most likely visit it later on, but just not today.
If you are looking for the Legacy Moonlander with the custom renderer and all, please see moonlander-legacy
The roadmap has been moved to https://todo.sr.ht/~admicos/moonlander
For the alpha, there are no versions and Linux binaries are created for each commit.
Open the topmost entry
Download moonlander
or moonlander.AppImage
from the sidebar, under
"Artifacts"
moonlander
depends on GTK >= 3.22. The binary is built under Debian
Stable. Distributions incompatible with that (older or different libc)
should use the AppImage or build manually.
moonlander.AppImage
is a bit larger but should work everywhere an
AppImage can work on. (Might require FUSE)
git clone https://git.sr.ht/~admicos/moonlander
cd moonlander
cargo build --release
cd target/release
strip -s moonlander # optional, reduces file size by a couple MB
Linux: $XDG_CONFIG_HOME/moonlander
and $XDG_DATA_HOME/moonlander
$HOME/.config/moonlander
and $HOME/.local/share/moonlander
Windows: %APPDATA%/ecmelberk/moonlander
macOS: $HOME/Library/Application Support/com.ecmelberk.moonlander
Please see about:configuration for detailed information. Some configuration options might be broken at this stage.
~admicos/moonlander@todo.sr.ht
).~admicos/moonlander@lists.sr.ht
).CONTRIBUTING.md
file first.Moonlander and all it's custom components is licensed under the MIT License,
which is available in the LICENSE
file of this repository.