Skip to main content

Downloads

Dependencies Information

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

caution

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

caution

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

Get it from the Snap Store

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

If all else fails 😂: .zip Unpacked - Does not Perform GitHub oAuth Login

Mac

Dependencies

Linux

Mac

Windows