Browse free open source C Terminals and projects below. Use the toggles on the left to filter open source C Terminals by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    This project has been moved to GitHub. See: https://github.com/crayzeewulf/libserial/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    A project to embed Lua on different hardware platforms. Currently ARM variants are targeted, but it should be possible to port it to any platform that is supported by the gcc+newlib combo. Platform access libraries will also be provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    from http://www.anime.net/freevt3k/ - freevt3k is a free NS/VT terminal emulator which can establish term session to the HP3000. xhpterm is an x11 blockmode version of freevt3k with extensive HP terminal emulation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    C++ Command Prompt

    C++ Command Prompt

    Open Source Command Prompt using C++ with Windows CMD functions.

    I have just created the Command Prompt’s few commands for my CMD using C++ for mini project. Still my CMD projects is in initial level and I am working to make it more and more better.! :) This is the version which compiled using the “Borland compiler 5.5″. As we are bit restricted to use this compiler for our programs.But I am sure it’s not very difficult to Convert it into ANSI C++ format. But I will update this project after some days with many new function of original Command Prompt.You can also download and use it on your Computer and if you have any ideas, suggestion or found any bug in my Program you can tell me or Contact me or Comment here.!
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    CitrixTS4Linux is a GUI remote access server application written in C and C++ to allow access to RPM-based Linux terminal servers via the free Citrix ICA client.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    gives remote control of a PC running MS-DOS (which e.g. does not have a monitor display attached to it). The screen image (currently text mode only) is taken from the graphics card and transferred to other computer via serial link and displayed there
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Electronical interlocking system for modular model railroad layouts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Provides access to Belkin Nostromo n50/n52 speedpads as more than simple USB keyboard devices via configuration GUI. Also includes a basic userland linux event interface and both OpenGL and OpenAL modules for video and audio.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Miniboard Utility. Uploader and Monitor program for Mini Board and Motorola's MC68HC811E2 microcontroller.
    Downloads: 1 This Week
    Last Update:
    See Project
  • DAT Freight and Analytics - DAT Icon
    DAT Freight and Analytics - DAT

    DAT Freight and Analytics operates DAT One truckload freight marketplace

    DAT Freight & Analytics operates DAT One, North America’s largest truckload freight marketplace; DAT iQ, the industry’s leading freight data analytics service; and Trucker Tools, the leader in load visibility. Shippers, transportation brokers, carriers, news organizations, and industry analysts rely on DAT for market trends and data insights, informed by nearly 700,000 daily load posts and a database exceeding $1 trillion in freight market transactions. Founded in 1978, DAT is a business unit of Roper Technologies (Nasdaq: ROP), a constituent of the Nasdaq 100, S&P 500, and Fortune 1000. Headquartered in Beaverton, Ore., DAT continues to set the standard for innovation in the trucking and logistics industry.
    Learn More
  • 10
    BASIC interpreter for the 16bit PIC microcontroller 24FJ64GA002. The interpreter runs on the chip only, no compiler/tokenizer is needed. Communication with PC is done by USB-to-serial converter cable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    If you had problems with getting console input or console manipulation (you miss things like conio.h), Powerutils is for you. Powerutils already contains a dynamic fgetline function, a pause(), a gotoxy() and also a clear().
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Windows program to control your Sony DVP-CX777ES 400-disc DVD player via its RS232 port connected to the serial port of your computer. Includes documentation and all source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Unicoder

    Unicoder

    A Portable Wide-Character Terminal Output Package for C and C++

    Unicoder is a single header file that you add to your C or C++ projects which allows you to easily display unicode characters in the Terminal display irregardless of what compiler you are using. That is, it was written so that it would be portable so you can change platforms or compilers with ease. Currently it can be used on either the Windows or Linux platforms. Also, Unicoder can insert compiler specific commands that perform useful task such as clearing the console display or turn on bold and underline or change text font and background colors. And it provides a rudimentary way to draw on the display. Currently, Unicoder supports Ubuntu-Linux GCC and on Windows it can be used with these IDEs and compilers: MS Visual Studio 2017&2019, Code::Blocks, Pelles C, Embarcadero Dev-C++, Open Watcom, MSYS, MSYS2, Cygwin and with MinGW, Clang, LCC and Digital Mars C (but Digital Mars does not support Unicode!)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    This program sends keyboard and mouse events from a sender's X display into a receiver's X display. It is useful if you don't have a keyboard/mouse hooked up to a machine on your network but want to control that machine from another machine that does
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    XSockets - open, lightweight and highly portable library of universal and eXtensible Super Sockets for point-to-point communication. A unified API for many communication methods between programs and/or devices (e.g. TCP/IP sockets,serial link,pipes,IrDA)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Ansi2txt converts a stream of vt100 (ansi) codes on the stdin into readable text on the stdout. It can also output html that looks quite a lot like your terminal did. Works fine with ncurses output. Compile the C source into the command line tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    lightweight x terminal
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    lterm
    lterm is a vte-based terminal emulator for GNU/Linux systems. It is mainly used as SSH/Telnet client but can be very easily configured to use any other protocol. Furthermore it can be a usual terminal on local host. Includes some features in order to ease user's work, avoid repetitive tasks and improve speed in operations, see a list below.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Multi Gnome Terminal is an enhanced version of gnome-terminal, with many powerful new features and extensions, such as: multi tabbing, custom keybindings, font shadowing, xterm emulation, shading and tinting, improved Class handling, and much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    ncurses-ruby is an extension module that makes the functions and constants of the FSF's ncurses library accessible from the ruby programming language
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    pr3287w is a IBM 3287 printer emulation for MS-Windows 95/98/Me/2000/XP/2003 based in open source code pr3287 avaliable at http://x3270.bgp.nu/download.html. It was totally rewrited in C++ and added a new interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    GPS-aided car kinematics calculator. Computes forward and lateral accelerations of the vehicle, time to reach some speed and some distance. It will work on PocketPC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Our project (ANSIConsole) is designed to provide ANSI support for console based programs under Microsoft Windows. ANSI coloring now supported in cmd.exe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The aim of the APterm project was to develop a terminal program running on TI-89 (possibly TI-92+ and V200 too). Some work was done, but due to TI's choice of cable it is not practically possible to make a terminal application. What the project has pro
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AWS Nitro Enclaves SDK for C

    AWS Nitro Enclaves SDK for C

    This repo provides a C API for AWS Nitro Enclaves, including a KMS SDK

    This repo provides a C API for AWS Nitro Enclaves, including a KMS SDK that integrates it with attestation. The simplest way to use this SDK is by using one of the available containers as a base. Note that this SDK is currently not supported on Windows. Only the client-side sample application (kmstool_instance) is supported on Windows. If you discover a potential security issue in the Nitro Enclaves SDK for C, we ask that you notify AWS Security via our vulnerability reporting page.
    Downloads: 0 This Week
    Last Update:
    See Project