trufae / Therm

An iTerm2 fork with focus on minimalism and better defaults
GNU General Public License v2.0
300 stars 9 forks source link

Therm

macos-x64

Therm is a fork of iTerm2 made by pancake with minimalism in mind:

Installation

Download the latest build from the release page, Therm will never do network requests without your consent, so no auto-udpates, nobody in your network need to know which terminal are you using..

So, in order to get Therm installed in your system you can:

Manual Installation

Find them out in https://github.com/trufae/Therm/releases

Just drag and drop the .app into the /Applications and accept the certificate.

To resign the app with your certificate you can run this:

codesign -f -s 'J5PTVY8BHH' Therm.app/Contents/MacOS/Therm

Using Brew

Maybe

brew install therm

Source Build

To build it from source you just need to run make run or open Therm.xcodeproj.

Future

Plan is to continue removing features and optimizing the code to make Therm even faster and cleaner.

Settings

Reset your settings to start from scratch with these steps:

pkill Therm
rm ~/Library/Preferences/com.pancake.therm.plist

Contributions

No plans to sync changes from iTerm2, except for maybe the Metal backend or better emoji support, but the software renderer is really fast and I can probably write a cleaner utf support from scratch.

I really value and appreciate all the work done by the author of iTerm2, so feel free to check it out and use it if you prefer.

This is an opensource project, under the GPL license, you can contribute by sending patches or filling issues to share your wishes or concerns.

--pancake