Showing 26 open source projects for "language"

View related business solutions
  • 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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    k23

    k23

    Experimental WASM Microkernel Operating System

    k23 is a microkernel-based operating system project written in Zig, an emerging systems programming language focused on safety, simplicity, and performance. k23 explores the design of modern OS features like message-passing, memory protection, and modular service construction using Zig’s powerful low-level capabilities. It is an experimental and educational project intended to show how Zig can be used for robust, readable systems programming while enabling contributors to rethink traditional OS structures from the ground up.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Nightingale OS

    Nightingale OS

    A small operating system where I experiment and learn osdev

    ...Its use of Rust provides strong guarantees around memory safety and eliminates common bugs found in low-level C-based systems. nightingale is ideal for those seeking to study OS development using a modern language with a strong safety model.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    fltr

    fltr

    Like grep but for natural language questions

    fltr is a minimal, dependency-free filtering utility written in C, inspired by UNIX philosophy and designed for high-performance data stream filtering. It allows users to apply pattern-based rules to lines of input—much like grep or awk—but with a focus on simplicity, low overhead, and customizability. It's intended for those who need a small, efficient tool to clean, parse, or analyze large streams of textual data on the command line without complex scripting or configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    eduOS-rs

    eduOS-rs

    A teaching operating system written in Rust

    ...It serves as a practical and educational tool that demonstrates key OS concepts like memory management, multitasking, privilege separation, and system call handling in a safe and modern language. Designed to run on x86_64 hardware using QEMU, eduOS-rs leverages Rust’s ownership model and type safety to reduce bugs common in low-level systems development. It is a valuable resource for students and instructors alike, providing clear, structured examples of kernel development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    rCore-Tutorial-Book-v3

    rCore-Tutorial-Book-v3

    A book about how to write OS kernels in Rust easily

    rCore-Tutorial-Book-v3 is the official book for the third version of the rCore OS tutorial series, a comprehensive educational resource for learning operating system development using the Rust programming language. Targeted at the RISC-V architecture, this tutorial guides learners step-by-step through building a minimal, safe, and modern OS kernel from scratch. It is written in Markdown and powered by mdBook, making it easy to read, navigate, and contribute to. The book combines theoretical explanations with practical exercises, allowing students and enthusiasts to understand core OS concepts like bootstrapping, memory management, and process scheduling through hands-on implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ultimate Edition

    Ultimate Edition

    An Ubuntu remix for both new and experienced Linux sophisticates

    Ultimate Edition Linux, previously "Ubuntu Ultimate Edition". We cater to a large base of *nix users including, but certainly not limited to gamers & low resource computers. We have a Ultimate Edition for virtually any user.
    Leader badge
    Downloads: 545 This Week
    Last Update:
    See Project
  • 7
    YiYiYa

    YiYiYa

    YiYiYa

    YiYiYa is a minimalist, Chinese-language desktop operating system with a custom graphical interface, designed for simplicity and education. Built primarily with C/C++, it includes its own kernel and GUI layer, featuring basic OS utilities such as file management, terminal, and user interface components. YiYiYa is bootable and self-contained, allowing users to experience a lightweight graphical OS that blends low-level programming with creative UI design, primarily targeting Chinese-speaking developers and learners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pbboard

    pbboard

    PBBoard - Free and Open Source Forum Software

    Program PBBoard is interactive Forum management program Dialogic Free classified as free software and open source, is located under the GNU GPL, is written in PHP and based on MySQL database engine And PBBoard now in its third generation version 3.0, this version includes integration between design standard High-level as well as high security, as well as multi-language interface and empowerment Full of multiple databases for planning modulating complete with a lack of effort on servers. https://pbboard.info
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    Onix OS
    onix is a minimalist educational operating system written in Rust, created to demonstrate low-level system design in a safe and modern language. It covers kernel essentials such as interrupts, memory management, and multitasking, and includes a tiny Unix-like shell for user interaction. onix is tailored for x86_64 systems and runs in QEMU, making it ideal for learning OS internals while benefiting from Rust’s type safety and concurrency guarantees. It’s a great project for students or Rustaceans interested in systems programming.
    Downloads: 0 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
  • 10
    Cosmos

    Cosmos

    Cosmos is an operating system "construction kit"

    ...Cosmos (C# Open Source Managed Operating System) is an operating system development kit that uses Visual Studio as its development environment. Despite C# in the name any .NET-based language can be used including VB.NET, Fortran, Delphi Prism, IronPython, F# and more. Cosmos itself and the kernel routines are primarily written in C#, and thus the Cosmos name. Cosmos is not an operating system in the traditional sense, but instead, it is an "Operating System Development Kit". Cosmos lets you create operating systems just as Visual Studio and C# normally let you create applications. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Harvey OS

    Harvey OS

    A distributed operating system

    Harvey is a distributed operating system inspired by Plan 9 from Bell Labs, aiming to explore and implement modern OS concepts in a distributed computing environment. Written in C and Go, Harvey seeks to provide a simple and consistent interface for resource sharing across multiple machines. Although the project has been archived, it remains a valuable resource for understanding distributed system design and the implementation of Plan 9 principles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Emacs Prelude

    Emacs Prelude

    Enhanced Emacs 25.1+ distribution

    ...Prelude bundles a bunch of smaller packages and makes many more packages available via optional modules. Basic support for many programming languages will be auto-installed when needed (e.g. the first time you open a source file for some language). Prelude aims to enhance the classic Emacs experience without deviating a lot from it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Phosphorus Five

    Phosphorus Five

    A Full Stack RAD Web Application Development Framework

    Phosphorus Five is a full-stack, web-based app framework and operating environment designed to simplify secure and modular web application development. It enables developers to create modular web apps using the Hyperlambda language, which focuses on logic and data manipulation with minimal syntax. Phosphorus Five includes its own web server, authentication mechanisms, plugin architecture, and UI components, making it an all-in-one solution for web-based automation, admin panels, and intranet applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Antorca
    A performance and usability focused Linux distribution based on 64-bit Debian testing. It is the successor to illume OS. To use the live ISO image, login to "root" with the password "antorca".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MiniOS

    MiniOS

    Simple DIY OS

    MiniOS is a feature-rich hobby operating system written in C/C++ that aims to simulate a small-scale UNIX-like environment with graphical capabilities. It includes its own GUI, filesystem, network stack, and even a scripting language interpreter. The project was developed as an experimental platform for exploring OS concepts and creative features like process visualization and window management. Though it runs in a simulated or virtualized environment, MiniOS packs a surprising amount of functionality into a compact codebase.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    Pearl Linux MATE 5.2

    Pearl Linux MATE 5.2

    A user friendly, stable and super powerful modern operating system

    Updated version of Pearl MATE 5.0 with bug fixes, based on the 16.04 last release as well the added features from the Linux Mint 18.2 version NOW INCLUDING THE 4.8 SERIES KERNEL If you use Pearl MATE 5.0 you can upgrade to this release through the Pearl Update icon on panel. This release has added multiple language support including German, French and Russian languages, Updated Features on Pearl Updater, Pre-configured windows network file sharing interface supporting read/write home directory sharing, Easily configure and run your very own Apache Internet Server with with easy management through WEBMIN ( See https://localhost:10000 after installed), Added Conky with Conky Manager and many more tweaks. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    PowerNex

    PowerNex

    An operating system written in D

    PowerNex is a microkernel operating system written entirely in the Nim programming language. Designed as a learning and research project, it explores OS development using a modern high-level systems language while still offering low-level control. PowerNex focuses on modularity, simplicity, and code clarity. While still in its early stages, the project includes basic kernel functionality, including memory management, task switching, and a custom bootloader, offering insight into building an OS from the ground up using newer programming paradigms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FlingOS

    FlingOS

    An educational operating system written in C#

    FlingOS is an educational operating system and framework aimed at teaching students and developers how operating systems work, using C# and a bit of C++ and assembly. It allows developers to build kernels in a managed, high-level language and understand the entire bootstrapping and runtime process from scratch. FlingOS is particularly focused on making OS development more accessible by bridging the gap between high-level languages and low-level hardware programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MiniTAK Operating System

    A small operating system, compatible with MS-DOS, written in assemly

    ...One of the main goals in designing and developing this operating system was to be fully compatible with MS-DOS operating system and its application programs. To minimize the size of this operating system, it is completely written in assembly language and can boot on any 8088 compatible processor. This project is an attempt to develop an optimized operating system which can be used to replace MS-DOS, adding new modern features. This operating system is completely written by me in 2004, as a result of about 5 years full research and development. And now in 2014, I want to publish it to the world. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Linux Guist - Multi Lingual OS for Asia

    Linux Guist - Multi Lingual OS for Asia

    A Single Click Language Changer and Publishing System for Web and DTP

    ...Talk to your respective IT/HRD ministry to identify projects as well as Towns that have more Unemployed youths, to make a Difference in their Lives ! With Just a Click, on the Language script, in the "Select Language" folder on Desktop, you can keep switching between languages, in all Apps & start typing instantly. Home/Single users can use a pen drive to save their work, while Company users will need a simple share PC. This PC need to run a free DHCP & Proxy service & can have printers & scanners. Pls. read wiki in this site for more detail
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Galsoft Linux

    Galsoft Linux

    Galsoft Linux

    The target of Galsolft Linux project is to create a custom GNU/Linux distribution lightweight, fast,versatile and easy to use with Galician Language as default language. We promote open source and free software. O obxectivo do proxecto Galsolft é crear unha distribución GNU / Linux personalizada lixeira, rápida, versátil e doada de usar co galego como lingua por defecto. Promovemos software libre e de código aberto. We need volunters to help us in the creation of new Galsoft Linux 1.2 version. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Solarstorm

    Solarstorm

    A rethinking of the Operating System Ecosystem.

    This is the fifth or sixth generation of this idea, the big difference being that we have written some bootloader code and have started mapping out the kernel layout and structure. We have decided upon a core programming language for the kernel, and the core language for almost everything else. With a focus on isolating the MAJOR kernel features from the system itself, in what until now has remained research only instances, we hope to create a fully functioning exokerne. All code at this time will be available only via a git repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This Project was created by me.This is a simple os was created by assembly language....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Laleh

    Laleh

    An Operating System (not ready yet)

    Laleh = Beauty + Simplicity + Efficiency. Previously Laleh was based on Linux (Fedora). Linux is very cool but I think somethings must be change: language (human language) independence, configurable file system structure, removing mandatory root account as default system admin, new human computer interaction (only graphical even commanding system, ...), and ...; I love to here your ideas. Unfortunately there is no plan for releasing new Laleh. (Initial Laleh versions will be stay here for historical reasons)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project will create livedvd named BlenderBuntu which contains Blender Studio. Developing language is Finnish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next