Beta 0.7.5
How to use it:
term.everything! is distributed via a single static executable binary
- Download the binary
term.everything❗mmulet.com-dont_forget_to_chmod_+x_this_filebelow. Yes it is a long name (you can always rename it) - Allow the file to be executable:
chmod +x term.everything❗mmulet.com-dont_forget_to_chmod_+x_this_fileDon't forget to do this!
2.5. (Optional) Once you have remembered to chmod+x the file, feel free to rename it to something shorter
mv ./term.everything❗mmulet.com-dont_forget_to_chmod_+x_this_file ./term.everything- Open some apps in the terminal! (for example, firefox)
./term.everything❗mmulet.com-dont_forget_to_chmod_+x_this_file firefoxStill in Beta testing
term.everything❗ is currently in the term some things stage. In other words some apps or (even most apps) may fail to launch or even crash! Please create an issue if you have problems.
Compatibility
The app is Linux only, but you may ssh into a remote Linux server from other hosts (Windows, macOS, ...etc) and run Linux GUI apps from the terminal! Static executable compiled on alpine linux latest (11/10/25).
Changelog
0.7.5
- A full rewrite from typescript to go (with a tiny bit of c)
- This simplifies the build process by a lot and reduces dependencies.
- This lets us easily port to new platforms like arm64.