Downloads
Install the dependencies on your PC before installing hemlock, these dependencies are native database tools that help with some database management tasks.
Dependencies can be found below Current version
Current version (0.0.9)
Windows
For now only the installed package can perform GitHub OAuth, so if you wish to login with github, try to install the application, and not use the unpacked executable.
Linux
For now only the installed package can perform GitHub OAuth, so if you wish to login with github, try to install with snap or dpkg, and not use the unpacked executable, the installation commands are provided below.
Best Option: Install from Snapcraft
Linux snap install command:
sudo snap install hemlock
Other Option: .deb
Direct Installer Instructions
To install this file, use the following Linux command;
TEMP_DEB="$(mktemp)" && wget -O "$TEMP_DEB" 'https://github.com/theallegrarr/package_manager/raw/main/hemlock/linux/hemlock_amd64.deb?download=' && sudo dpkg -i "$TEMP_DEB"
After installation, you should find hemlock in /opt/
or use dpkg -L hemlock
to find its location