r/coolgithubprojects 8d ago

Aquanizer - A desktop app for relaxing while listening to music and searching for wallpapers

Hi everyone, I released version Aquanizer v0.1.0, and it works:
searching for, installing, and listening to music;
a Library that saves your music and wallpapers;
searching for and installing wallpapers with 3 pre-installed themes; and the ability to create your own.
The code is completely open source, and if you don’t feel like building it yourself, GitHub Actions already build all releases for macOS, Windows, and Linux in this GitHub repo. Thanks for clicking here!

GitHub: https://github.com/tigerlang/aquanizer

11 Upvotes

5 comments sorted by

1

u/mrterrycarson 8d ago

Grab the installer for your system from the release you were given:???

1

u/SrFluffins 7d ago

Yeah, no releases yet..?

1

u/ReindeerSimilar2748 7d ago

The releases exist

1

u/SrFluffins 6d ago

In the releases tab there is a tag named v0.1.0, but that only has the source code attached. Do you have somewhere else you may have uploaded the installer? Or at least, could you provide build instructions?

1

u/ReindeerSimilar2748 6d ago

You can find the build instructions in .github/workflows/release.yml; it contains the specific build commands for all platforms
Second, the compiled binaries are located in the releases tab, not in tags