[go: up one dir, main page]

Showing 34 open source projects for "vt100"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Pylon is an All-in-one B2B Support Platform for modern B2B businesses. Icon
    Pylon is an All-in-one B2B Support Platform for modern B2B businesses.

    Pylon is a modern support system that integrates with all B2B channels like Slack and Team.

    We bring together everything a post-sales teams team needs including a ticketing system, B2B omnichannel integrations (Slack Connect, Microsoft Teams), modern chat widget, knowledge base, AI support bot, account management, customer marketing, and more.
    Learn More
  • 1
    Kilo

    Kilo

    A text editor in less than 1000 LOC with syntax highlight and search

    ...Despite its tiny size, Kilo supports core editor features like opening and saving files, incremental search, and basic syntax highlighting. It deliberately avoids external dependencies, not even using curses; instead it talks directly to the terminal using VT100 escape sequences, making it portable to most Unix-like systems with a compatible terminal. Because the codebase is compact and well-structured, it has become a popular teaching and learning resource, inspiring tutorials such as “Build Your Own Text Editor” that walk through implementing Kilo step by step.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    xterm.js

    xterm.js

    A terminal for the web

    xterm.js is a TypeScript-based front-end terminal emulation component that lets web applications embed fully-featured terminal interfaces. It powers in-browser terminals in tools like VS Code and browser IDEs. Xterm.js works with most terminal apps such as bash, vim, and tmux, including support for curses-based apps and mouse events. Xterm.js is really fast, it even includes a GPU-accelerated renderer. Xterm.js is not a terminal application that you can download and use on your computer....
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Terminal.Gui

    Terminal.Gui

    Console-based user interface toolkit for .NET applications

    A toolkit for building console GUI apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix. In addition, a complete Xterm/Vt100 terminal emulator that you can embed is now part of XtermSharp, you just need to pull TerminalView.cs into your project. Works on Windows, Mac, and Linux. Terminal drivers for Curses, Windows Console, and the .NET Console mean Terminal.Gui works well on both color and monochrome terminals and has mouse support on terminal emulators that support it. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Linenoise

    Linenoise

    A small self-contained alternative to readline and libedit

    ...It supports basic editing features: moving the cursor, inserting characters, handling history, tab-completion, and hints, plus a multiplexing mode where the prompt can be hidden/restored when asynchronous output appears. It works on most VT100/ANSI-compatible terminals, and is portable across Unix-like systems. The code is compact (around 850 lines excluding comments) and designed for minimal footprint embedding into other projects (like CLI tools) that need line editing but don’t want the complexity of linking large libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Respond 100x faster, more accurately, and improve your documentation Icon
    Respond 100x faster, more accurately, and improve your documentation

    Designed for forward-thinking security, sales, and compliance teams

    Slash response times for questionnaires, audits, and RFPs by up to 90%. OptiValue.ai automates the heavy lifting, freeing your team to focus on strategic priorities with intuitive tools for seamless review and validation.
    Learn More
  • 5
    TinTin++ Mud Client

    TinTin++ Mud Client

    A MUD client for Android, iOS, Linux, Mac OS X and Windows

    TinTin++ is a console mud client for any type of text mud or bbs. The mud client's main assets are an easy to learn scripting language, triggers, automapping, and a split screen interface to separate mud output from client input. Installation instructions for Android, iOS, and several other operating systems are available on the website. https://tintin.mudhalla.net
    Downloads: 30 This Week
    Last Update:
    See Project
  • 6
    jsTerm

    jsTerm

    Terminal for serial ports and TCP / UDP connections with JavaScript

    The cross-platform VT100 terminal emulator for serial ports and TCP / UDP connections has a simple, uncluttered interface that can be extended with JavaScript.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7

    Ada Terminal Emulator

    A VTxx compatible terminal emulation package implemented in Ada

    ...All source code for the terminal emulator is provided under the GNU General Public License. The package was developed using GNAT and GWindows. In addition to providing simple "dumb" terminal emulation, the package provides full emulation of DEC VT52/VT100/VT102 compatible terminals, including double height and double width characters, smooth scrolling, special graphics, display controls and national replacement character sets. The emulator also implements a substantial subset of VT220/VT320/VT420, ANSI.SYS and ISO 6429 capabilities. The demo programs provided include a fully functional serial communications client, a telnet client, a program that allows stdin/stdout/stderr of any program to be redirected to a terminal window, and various other demos and games implemented using the package
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    TermFF

    TermFF

    A Serial Terminal Console for development on a remote (Forth) device

    As a console terminal, TermFF, with its extensions, connected to a Forth system device can be used as a software development environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MC 6800 Emulator for Teensy 4

    6800 Emulator runs on Teensy 4 processor

    6800/ET-3400 Emulator, designed for the Teensy 4.0/4.1 processors. Build this with the Arduino IDE 2.0. Full Source and readme included in archive. Programs written in 6800 assembly can be run in the emulator. It supports two modes of operation, an internal monitor program and a mode that emulates the Heathkit ET3400 (and ET-6800) microprocessor trainers. Motorola released the MC6800 chip in 1974. It was a source of inspiration for the designers of the more popular (and cheaper) 6502 chip...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Instant Remote Support Software. Unattended Remote Access Software. Icon
    Instant Remote Support Software. Unattended Remote Access Software.

    Zoho Assist, your all-in-one remote access solution, helps you to access and manage remote devices.

    Zoho Assist is cloud-based remote support and remote access software that helps you support customers from a distance through web-based, on-demand remote support sessions. Set up unattended remote access and manage remote PCs, laptops, mobile devices, and servers effortlessly. A few seconds is all you need to establish secure connections to offer your customers remote support solutions.
    Learn More
  • 10
    Terminal-BASIC

    Terminal-BASIC

    BASIC-like language interpreter for embedded systems

    ...Terminal-BASIC: * suports real numbers, multidimensional arrays and Darthmouth BASIC-style matrix operations; * written in C++11; * has modular structure (can save uc storage, instantiating only used modules); * works through different i/o devices, using vt100 commands; * on systems with multiple i/O devices can work as simple time-sharing system; * static Linux build for playing and debug;
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Qodem Terminal Emulator
    Qodem is a a terminal emulator that resembles the BBS-era Qmodem. Includes phonebook, scrollback, capture, X/Y/Zmodem, Kermit, ANSI (+ music) / Avatar / VT102 / Linux emulation, Unicode, and keyboard macros. Connects over serial, ssh, telnet, rlogin.
    Leader badge">
    Downloads: 29 This Week
    Last Update:
    See Project
  • 12
    Monospaced font designed for long (8+ hours per day) work with computers. Contains 1326 characters, supports about 120 language sets, many IBM, Windows and Macintosh code pages, IBM VGA / vt100 / xterm pseudographic characters and Esperanto.
    Leader badge">
    Downloads: 491 This Week
    Last Update:
    See Project
  • 13
    Dave's Telnet

    Dave's Telnet

    Windows Terminal Emulator

    dtelnet: A Free Telnet Client for Windows 16/32/64 Emulates many terminal types 'linux,xterm,rxvt,konsole,vt100,vt320,vt420' (xterm[-256color] is the preferred), talks protocols 'telnet' and 'login'. Many customization options available.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    CPM IDE
    CPM IDE - PROGRAMA DE CONTROLE PARA MICRO TERMINAIS E COLETORES DE DADOS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    mydingux

    My Dingux distro for the Dingoo A320

    My Dingux distro for the Dingoo A320 Linux 3.4.56 Longterm Stable Buildroot 2013.05 Gcc 4.8.0 MyLauncher MyTerm (SDL based vt100 terminal) gnuboy Snes9X ROCKbox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Based on ROTE, libvterm is a terminal emulator library which attempts to mimic both VT100 and rxvt capabilities. Although the natural display apparatus is curses, the API is simple enough to grow and adopt other mechanisms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Serial Kingdom

    COM port (Serial port) tool

    Software for work with COM port (Serial port) of your PC. Features: binary view, saving files, sending files, console support (VT100 terminal, Linux), debugging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Terminal for Linux is a free software terminal emulator (communication program) for Linux. It supports VT100 emulation. It's written with Qt 4.7.4
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    UTK is a C library that provides a useful API to create Text User Interfaces under UNIX and UNIX-like operating systems. It abstracts the ANSI escape sequences of the VT100 compatible terminals using functions easier to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    YASP (Yet Another Simple Processor) is a 8-bit microprocessor with microcontroller capabilities (I/O ports, REQ, ACK) that can be used as a small computer for educational purposes. Its development environment includes simulators and assemblers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Jepesi
    Jepesi gives your bash tools a swing interface very easily! Jepesi is a java tool/framework which handles an ssh connection to remote host(s) and lets you build a swing interface for your bash tool/script. 3 addons included!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    EFM is a simple console (VT100) file manager for embedded systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is soft-terminal emulator library. Applications could use that API to work with any full-duplex byte stream as with video terminal having specific display and keyboard. Supported terminals VT220, VT100, VT52.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    iTerm.app

    Project on hold. Try http://www.iterm2.com/ instead.

    iTerm is an enhanced terminal emulator program for MacOS X written in Objective-C. It features VT100/ANSI/XTERM emulation, full i18n support, full-screen, multi-tab and other convenient GUI features. This project is indefinitely on hold, and we recommend that you try http://www.iterm2.com/ instead.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 25
    A high-performance, fully extensible, RFC 854 Telnet client library and framework. Use it as a stand-alone end user client (making use of the JTerminal Swing component), or use the event-based API to automate host interactions. Supports VT100 TN3270
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next