Showing 49 open source projects for "alpha linux"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 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
  • 1
    The purpose of the project is to make the bash behave intelligent. This includes currently corrrection of mistyped program names, autocorrection while pressing TAB and learning which program are associated with which suffix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A small shell written in c which runs on POSIX compliant systems. Support for commandline history (readline + termcap/ncurses) if present. Intended on systems that don't need the "hugeness" of e.g. bash
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Lem is a object-oriented extension language with a C-like syntax. A Lem "source" program is compiled interactively and then executed. This project aims also to develop a shell (lemsh) based on the Lem programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Genjutsu is a programming language designed for extending C/C++ applications. The syntax is akin to Scheme's. Genjutsu is optimized for distributed object systems and designed to make such applications easy to write. Included is a shell, gjsh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    This will be a shell like bash, or tcsh with some additional commands to go with it. The shell will implement the syntax and symantics of the command prompt in Windows, cmd.exe, but will be designed to be a first class shell like other UNIX shells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    env is an alternative to /usr/bin/env with additional configuration options. env has been designed to meet the standard functionality of /usr/bin/env to facilitate integration of this binary into existing project environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is a frame manager for console with suppotr some features like history, several cut-and-paste buffers, bookmarks, statusbar and so one
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Big5con is a chinese console. This is an alpha version. Supported video card is VGA only, and, supported fonts are Minix/V and BDF. This program requires shared memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Dreamos is an operating system developed on Sega Dreamcast to be ported to an array of embedded devices. The goal of the project is to be able to run non-ported Unix programs on the Sega Dreamcast and other embedded devices with ease and POSIX compliance
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    Sensorware is an implementation of mobile agent environment targeted at wireless sensor network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    'bash++' is a version of the GNU Bourne Again shell with object-oriented programming features that provide shell programmers the means to develop robust and reusable solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An alternative to the POSIX standard to be used by "alternative" OS developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dynamically Extensible Shell can be configured dynamically depending on application need. User/Developer can extend/reduce shell dynamically by adding /removing module or fine tune shell by adding filter modules over existing core module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    smallshell is an extremely small limited-functionality shell for Linux with an extremely small code base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Webbsyte login is a program to interface with UNIX/Linux users to be able to login to their computer. There is currently a login program that is installed with UNIX, but we are going to build one with even bigger possibilities. Webbsyte Login will inte
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a terminal which displays a shell in a glut-window (OpenGL). It emulates the rxvt-ansi-codes. The last letter which was written rotates :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    shebang-wrapper... workaround sillyness with #!<p> the #! mechanism has some wierdness and shortcomings which this wrapper works around... like that you can only pass a single argument to the interpreter, and that it ignores the PATH variable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A cross platform python based command line shell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RASH is a chroot jail wrapper for ordinary Unix shells. a "shell" that the administrator could assign to a user that would jail that user using Unix's chroot() and then execute a real shell within the jail environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SecureVNC is a development/add-on to the TridiaVNC sourcecode base which provides strong authentication, strong symmetric encryption, and fewer security vulnerabilities than existing VNC implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The goal of the Basic Operating System (BOS) project is to write a new modular and fast operating system in NASM and GCC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Binary Writer

    A small binary file writer program for Unix/Linux systems

    This is a binary file writer which allows you to write to binary files very easily from command line. It accepts data in various format and writes to a specific address inside the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Cash

    A shell for linux written in C

    Cash started out as a learning tool for myself to explore and learn more about shells, C, and programming in a Linux environment. When I couldn't stop adding features to it and kept coming back for more, I decided to release it into the wild and let my fellow hackers and coders enjoy it, for better or for worse. I invite you to take it apart, break it, add to it, and anything else you might dream up. As you may have noticed, this is not the best, or most professional code out there. Feel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tokyosh is a new kind of login shell. it knows user's context or other environment, and statistically learns command-line input or command usage tendency, user-space-file-name tendency(and anything else). of course it's been developing in Tokyo.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo