Download and install GitSmith on your operating system in a few simple steps.
.msi file..msi to run the installer..zip file from GitHub Releases.GitSmith.exe, select Properties, and check "Unblock" if present.GitSmith.exe to launch..zip file from GitHub Releases.GitSmith.app to /Applications.GitSmith.app in Finder.xattr -cr /Applications/GitSmith.appsudo dpkg -i gitsmith_*.deb
sudo apt-get install -f # install dependencies if neededsudo rpm -i gitsmith-*.rpm.AppImage file from GitHub Releases.chmod +x GitSmith-*.AppImage./GitSmith-*.AppImagegit is installed (sudo apt install git or sudo dnf install git) before launching GitSmith.
For developers who want to build GitSmith from source:
git clone https://github.com/Schengatto/git-smith.git
cd gitsmith
npm install
npm start # Launch in development mode
npm run make # Create distributable packagesPrerequisites: Node.js 20+ and Git 2.30+