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

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Bats-core

    Bats-core

    Bash automated testing system

    Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. A Bats test file is a Bash script with special syntax for defining test cases. Under the hood, each test case is just a function with a description. Bats is most useful when testing software is written in Bash, but you can use it to test any UNIX program. Test cases consist of standard shell commands. Bats makes use of Bash's errexit (set -e) option when running test cases. If every command in the test case exits with a 0 status code (success), the test passes. In this way, each line is an assertion of truth. The Bats source code repository is hosted on GitHub. There you can file bugs on the issue tracker or submit tested pull requests for review.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Lazyread auto-scrolls files or command output to the screen. Change scroll modes, scroll-speed, colors, pause, search, etc. Render text, HTML, PDF, gzip, tar, zip, ar, bzip2, MS-Word, nroff, binary, directories, .deb, .so, .rpm, piped output and more
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    ``ah-tty'' is an automatic helper for command prompts and shells. For novice shell users this provides feedback and advice about the command they are trying to use or want to use.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Agnix is an educational, network operating system kernel. It is ideal starting point to learn about operating systems. The main goal of the project is to provide a network kernel fully compatible with the Linux Kernel in the system call layer
    Downloads: 4 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    File generator create files with specific size ,with many methods and many options.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Ampare Read Books Records

    Ampare Read Books Records

    Record which book you read , how many page , status , progress and mor

    Ampare Read Books Records is a console software written in python that automatically track which book already read , how many page , status , progress , delete and more. Coming to Launchpad PPA soon . Need some help
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    A collection of tools to tokenize PBASIC source code and send it to a BASIC Stamp microcontroller.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Lincalc

    Lincalc

    A powerful console calculator with a fast and simple interface.

    (Graphical Edition Released, BreezyCalc: http://breezycalc.sourceforge.net/) Lincalc is a console calculator designed to provide a quick and simple interface to a very powerful engine. Its parser is based on muParser <http://muparser.sourceforge.net/>. It supports user-defined variables, logical operators for conditions, and a wide range of mathematical functions each calculation that is made is stored in a result variable (Ans1, Ans2..) and can be referenced in equations. It also supports evaluation of multiple equations each separated by a ','. Conditional Statements: -- Ex. (condition) ? (true val) : (false val) Logic Operators: -- && (and), || (or) Comparison Operators: -- <= (less than or equal to) -- >= (greater than or equal to) -- < (less than), > (greater than) -- != (not equal to), == (equal to) Functions: abs, exp, sqrt, avg, sum, min, max, sign, rint, ln, log10, log2, sin, sinh, asin, asinh, cos, cosh, acos, acosh, tan, tanh, acos, acosh
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Console Grapher

    Console Grapher

    Graphing calculator within the Windows desktop console

    Direct link to source code: http://sourceforge.net/projects/consolegrapher/files/Source/ConsoleGrapher_Source.zip/download . Just what you needed: a simple, down-to-earth two dimensional graphing calculator inside the elegance of the Windows console! This is a program that I wrote as a method for mastering the C# programming language. Though the features are not what you would expect from a program written and sold by a corporation, you may find it an entertaining tool Also notice that no installation is required, meaning it will not put annoying icons on your desktop and start menu, and you are free to delete it at will. If you know coding, be sure to check out the source code, which is in the form of a zipped-up Visual Studio solution. If you would like to import some of the functions into your own project, the code is free to be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 10
    Data Science at the Command Line

    Data Science at the Command Line

    Data science at the command line

    Command Line by Jeroen Janssens, published by O’Reilly Media in October 2021. Obtain, scrub, explore, and model data with Unix Power Tools. This repository contains the full text, data, and scripts used in the second edition of the book Data Science at the Command Line by Jeroen Janssens. This thoroughly revised guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You’ll learn how to combine small yet powerful command-line tools to quickly obtain, scrub, explore, and model your data. To get you started, author Jeroen Janssens provides a Docker image packed with over 100 Unix power tools, useful whether you work with Windows, macOS, or Linux. You’ll quickly discover why the command line is an agile, scalable, and extensible technology. Even if you’re comfortable processing data with Python or R, you’ll learn how to greatly improve your data science workflow by leveraging the command line’s power.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Fortune pt_BR

    frases para o aplicativo fortune

    Frases para o /usr/share/games/fortune em português do Brasil
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This software records Linux terminal sessions with util-linux "script" and converts the recorded binary file (with timing) to a human-readable XML file. This file can be replayed with the Javascript-HTML terminal that behaves as a real terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Moodle2 Tools for Teachers

    Moodle2 Tools for Teachers

    Command line tools to push updates of resource on a Moodle 2 server.

    Publishing updates of resources on a Moodle server requires to click click and click again. If you propose several resources and want to update them times to times, this becomes boring. The proposed tools may ease this. Then, you can for instance automate your update with a script. Moreover you can easily adapt those tools to your needs. (These are shell scripts.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A perl program/script for capturing and displaying the serial port data from a 22-812 RadioShack multimeter, might work for others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rogue Terminal is a Microsoft command line emulator client that is unblockable by the network Administrator and features compression using 7zip.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Serial port communication. An usable sample. * support remote control mode (with two fish encryption)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Student Management System

    Student Management System

    Student Management System is for small scale school needs

    Student Management System is my first semester ITC (Introduction to Computer science) course project written in PASCAL language for my class fellows Syed Taqi Zaidi and Muhammad Minhaj. It uses linked-list data-structure to store student records. Also it uses BGI graphics in order to display colorful user-interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The API library call CI5010RS422.DLL

    The API library call CI5010RS422.DLL

    This library designed for use with weighing terminal CI-5010A

    This library, then DLL, designed for use with weighing terminal CI-5010A on the RS-422/485 or RS-232 via a physical or virtual COM port over USB in OS NT/2000/2003/XP/Vista/7/8 and reads and decodes the data of the operation, gross weight, net weight, unit number, value and sign weight, units and features indicators. Restoring communications using virtual serial port automatically. ORDER use and limitations: 1. You can optionally set the COM port in the procedure 'reinit()' with constantly raised the flag of activation in the library is being processed. 2. Parameter gl_count procedure 'getdata' indicates the number of received packets of COM-port. 3. Implemented AutoTrack pulling converter RS-485/USB (via SetupAPI) and reconnect to the specified port initialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Quiz of Country and Their Capital

    The Quiz of Country and Their Capital

    The Quiz of Country and Their Capital.

    If you want to learn the capitals of all the countries, this small quiz is your best choice, that it can help you to improve your culture about capitals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TuxTalk is a software only speech synthesizer toolkit under the GPL. It\'s main goal is to allow the blind a open sourced and maintained SUI for end users at a kernel module leval and a open sourced library for developers who wish to support blind users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VCon will be a Linux-like console for Windows and Linux, in which user can learn how to work with a console without the danger to causing damage (I know many who do not know that -_- ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ZhuaShuShell is a set of bash scripts to crawl online html e-books from certain Chinese e-book sites and save the data that is formatted as a single text book to your local machine.The newest codes and usage is here:http://tinyurl.com/2d573k (in Chinese)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Common Hardware Recovery Solutions by Ukrainian-Russian network
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    linsnoop is a unix98-terminal (ptmx) sniffer. Is used to observe a shells input/output. It can be used to observe users, also as keyboard sniffer... Be careful - the module is able to steal passwords!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    txtkit is a visual text mining tool for exploring large amounts of multilingual texts. It's an multiuser-application which mainly focuses on the process of reading and reasoning as series of decisions and events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next