SaaSHub helps you find the best software and product alternatives Learn more →
Rubyterm Alternatives
Similar projects and alternatives to rubyterm
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
endbasic
BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
-
-
-
-
-
-
-
-
-
rubyterm discussion
rubyterm reviews and mentions
- Rubyterm: A terminal emulator written in Ruby
- Show HN: A pure-Ruby X11 terminal
- I Love Ruby
-
Write Your Own Terminal
No current version, but I'm preparing it. But actually, to see a really ridiculously minimalist start, this was my starting point, which used a tiny X extension to do the X rendering (though it optimistically included a dummy class intended to be the start for the Ruby X backend). It's awfully limited, and awfully broken, but it shows how little it takes to be able to start writing:
https://github.com/vidarh/rubyterm
It's totally useless for anything other that testing or expanding on, but it was the starting point for the terminal I now run every day, and I'll be updating that repo as I clean up my current version at some point.
The current version uses this for a pure Ruby (no Xlib) X11 client implementation:
https://github.com/vidarh/ruby-x11
And this pure-Ruby TrueType font renderer (I did the Ruby conversion; the C code it's based on was not mine, and is a beautiful example of compact C - look up libschrift):
https://github.com/vidarh/skrift
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jul 2026
Stats
The primary programming language of rubyterm is Ruby.