Showing 1029 open source projects for "source"

View related business solutions
  • 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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    Kerla

    Kerla

    A new operating system kernel with Linux binary compatibility

    Kerla is an experimental operating system kernel written in Rust with a Linux-compatible syscall interface. It aims to run Linux binaries in user space without relying on a traditional Linux kernel. Kerla combines the safety guarantees of Rust with a familiar POSIX-like programming model, making it a unique exploration into safe systems programming. Though early in development, it supports basic userspace execution and is a promising proof-of-concept for running Linux userland programs in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Friend OS

    Friend OS

    FriendOS is a free web based platform that runs in your browser

    FriendUP is a cloud-based operating environment that turns the browser into a full desktop experience, complete with applications, file management, user profiles, and remote access features. It’s a meta-OS for distributed systems, allowing users to host and manage applications through a unified web interface while maintaining control over their own data. Built with Node.js and C++, FriendUP includes a virtual file system, multi-user support, and a customizable UI, making it ideal for...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    DracOS GNU/Linux Remastered
    What is DracOS GNU/Linux Remastered ? DracOS GNU/Linux Remastered ( https://github.com/dracos-linux ) is the Linux operating system from Indonesia , open source is built based on Debian live project under the protection of the GNU General Public License v3.0. This operating system is one variant of Linux distributions, which is used to perform security testing (penetration testing). Dracos linux in Arm by hundreds hydraulic pentest, forensics and reverse engineering. Use a GUI-based tools-tools the software using the CLI (command line interface) and GUI (graphical user interface) to perform its operations. ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4
    ArchMint

    ArchMint

    ArchMint GNU/Linux Distro

    2007 yılında Edgar Colby ve Necho Carlota tarafından Portekiz ve Brezilyalı kullanıcıları Arch Linux tabanlı kolay kurulabilen bir GNU/Linux dağıtımı ile buluşturmak adına ArchMint projesi başlamış ve 2013 yılına kadar Gnome 2 masaüstüne sahip 4 ayrı ana sürüm yayınlanmıştır. 2013 yılında Mate masaüstü ortamına geçiş ile birlikte projeye Hasan Arslan ve Tekin Özer dahil olmuştur. 2014 yılında projenin başlatıcıları olan Edgar Colby ve Necho Carlota'nın projeden ayrılması ile birlikte...
    Leader badge
    Downloads: 220 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    OS-uninstaller

    OS-uninstaller

    Remove any operating system in 1 click !

    See https://sourceforge.net/p/os-uninstaller/wiki
    Downloads: 109 This Week
    Last Update:
    See Project
  • 6
    VeGNUli

    VeGNUli

    VenenuX's development and software contender

    VenenuX's development and software contender, based on Debian flavored with openbox, lxde and firmwares: * For support: full support to Debian 7, 8. 9.. https://gitlab.com/venenux/venenux.git * For packages see https://build.opensuse.org/project/subprojects/home:vegnuli * Older Debians can Debian 4, 5, 6 in limited ways see https://gitlab.com/venenux/venenux.git * For old packages see https://build.opensuse.org/project/subprojects/home:venenux * Complete Debian 4, 5, 6 repository...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Septor

    Septor

    Desktop distribution based on Debian and Tor technologies

    Septor Linux is a operating system that provides users with a perfect computing environment for surfing the Internet anonymously. Septor providing users with a stable and reliable distribution that is based on Debian GNU/Linux and works on a wide range of computers. Distribution featuring a customised KDE Plasma desktop.
    Leader badge
    Downloads: 197 This Week
    Last Update:
    See Project
  • 8
    TeLOS Linux

    TeLOS Linux

    humbly smart Operating System - Debian derivative

    ...You may find TeLOS Linux to be snappy, lightweight, ready for work or fun straight out of the box and easily configurable. This Operating System is freely distributed and honors free, open source software development. Nevertheless, some non-free proprietary packages are included to widely support common modern hardware. Google Chrome browser and TeamViewer contribute to making this unconventional distribution remote work and distance learning friendly. TeLOStore, our AppStore application, makes installing and uninstalling apps in TeLOS an easy, fast and safe game. ...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Ramone Linux

    Ramone Linux

    A DIY Linux distribution

    Ramone is a DIY GNU/Linux distribution based on LFS (Linux From Scratch) project. RPM is used as Ramone's package manager, and you can use 'yum', 'mock' on Ramone. The default desktop environment is GNOME, and KDE, XFCE, LXDE are also supported. There are two architectures in Ramone release now: i686 and x86_64. The last release is 0.99.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10
    rCore-Tutorial-v3

    rCore-Tutorial-v3

    Let's write an OS which can run on RISC-V in Rust from scratch

    rCore-Tutorial-v3 is an educational project designed to guide learners through the process of building a minimalistic operating system from scratch using the Rust programming language. Targeting the RISC-V architecture, this tutorial emphasizes safety and concurrency, leveraging Rust's features to teach OS fundamentals such as memory management, process scheduling, and file systems. It is structured to provide hands-on experience, making it suitable for both academic settings and self-study.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rescatux

    Rescatux

    Easy to use Repair distribution for both Gnu/Linux and Windows systems

    Rescatux is a GNU/Linux repair cd (and eventually also Windows) but it is not like other rescue disks. Rescatux comes with Rescapp. Rescapp is a nice wizard that will guide you through your rescue and repair tasks. When the wizard is not able to solve your problem you can also enjoy of Rescatux unique support features: * Chat: Open the chat for asking help directly in Rescatux channel. * Share log: After running an option you can share its log (the action registry that it has done) so...
    Leader badge
    Downloads: 828 This Week
    Last Update:
    See Project
  • 12
    ToOpPy LINUX

    ToOpPy LINUX

    Puppy Linux-based operating system

    ToOpPy Linux is a free multilingual distribution, a Puppy Linux-based operating system working completely in RAM, that can be shortly described as lightweight, reliable, stable, very fast and portable. ToOpPy LINUX offers the JWM window manager, the ROX file manager and "2PDE", a complete set of applications to easily customize your Desktop Environment...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13

    my-debian

    LDD Linux - custom debian live cd, configs, build scripts

    LDD Linux - Lightweight Debian Distribution The goal of this project is to create custom debian live cd image. I would like to have lightweight OS that can be used on VM or older hardware. I like window managers: dwm, i3,openbox and XFCE https://jacekkowalczyk82.github.io/my-debian/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SunshineOS

    SunshineOS

    SunshineOS customized Debian Distro with Kali Linux Tools

    SunshineOS customized Debian Distro with Kali Linux Tools
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    Redo Rescue: Backup and Recovery

    Redo Rescue: Backup and Recovery

    Backup and Recovery Made Easy

    Redo Rescue Backup and Recovery can backup and restore an entire system in minutes with a point-and-click interface anyone can use. Bare metal restore to a new, blank drive and be up and running in minutes. Supports saving to and restoring from local disks or shared network drives. Selectively restore partitions and remap them to different locations on the target drive. Additional tools included for partition editing, web browsing, and more. Runs from live CD/USB; no installation needed. ...
    Leader badge
    Downloads: 617 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    DarkOs

    DarkOs

    DarkOs An Arch Based Distro

    DarkOs Is A Linux Distribution Based On Arch Linux, Designed To Create More Enjoyable Experience With Ease Of Use . It Comes With 3 Editions (One Hell - Soopertrack - Schmedding), Each Edition Has It's Own Window Manager And Package List. DarkOs "One Hell" Edition Comes With (Xmonad,HerbstluftWm,Awesome, Qtile) And Minimal Amount Of Packages . DarkOs "Soopertrack" Edition Comes With No Desktop Or Window Manager (Currently Not Available) DarkOs "Schmedding" Comes With No Desktop Or...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 18
    XStreamOS

    XStreamOS

    Server and Desktop OS based on illumos kernel

    XStreamOS and XStream Desktop are Sonicle effort to mantain a distribution of the illumos kernel, featuring the ZFS fileystem, Crossbow network architecture, virtualization, zones, and a starting point to contribute and develop the illumos kernel. Upon XStreamOS, Sonicle mantains full featured products such as XStream Server and XStream Storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Craccken-linux

    Craccken-linux

    Flexible and lightweight focused linux distro

    WARNING: This linux not for beginner User: user Password: root
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    dune-archiso

    dune-archiso

    Archiso profile based on CyberOS with DUNE Numerics

    This is a live USB containing a full operating system that can be booted, this means that you can use a USB stick to burn this image or virtualize it to Linux-KVM, QEMU, Virtualbox, VMWare, Hyper-V. We included the following Arch Linux official repositories: - [core] - [extra] - [community] - [multilib] as well as Third-party repositories: - [arch4edu] - [cyber] - [dune-archiso-repository-core] - [dune-archiso-repository-extra] - [dune-core] - [dune-staging] -...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    GalileOS

    GalileOS

    A simple, free and lightweight debian-based distribution for students.

    GalileOS è una distribuzione Linux Debian-based provvista di tutti gli strumenti necessario allo studente/professore munito di hardware obsoleto che con fatica potrebbe supportare un sistema operativo come Windows. Gli obiettivi sono l'equità e il diritto allo studio. ***** Al momento funziona solo in LIVE! ****** UTILIZZARE IL SOFTWARE "RUFUS" PER FLASHARE L'OS SU CHIAVETTE USB ****DISTRIBUZIONE IN PARTE NON FUNZIONANTE (NON INSTALLABILE)****
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GNU/Linux PNM OS
    💥PNM is Not Mac💥 🔥Updated version 🔥 PNM Website : https://pnmos.xyz Github : https://github.com/pnmlinux PNM TEAM Discord : https://discord.gg/yfVgfQggJk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    berryboot

    Berryboot -- Boot menu / OS installer for ARM devices

    Berryboot is a simple operating system installer and boot selection screen for ARM devices such as the Raspberry Pi and Cubieboard. It allows you to put multiple Linux distribution on a single SD card.
    Downloads: 90 This Week
    Last Update:
    See Project
  • 24
    ZED OS

    ZED OS

    ZED OS the clone of Windows XP

    ZED OS is a portuguese Linux based distribution (remaster of Ubuntu Mate). It was designed for users who want an innovative system. With both 3D and 2D interfaces you'll be able to chosse the better one according to your hardware/needs. It's Web Based and inspired in Windows XP from Microsoft
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Macbuntu BIGSur 2021

    Macbuntu BIGSur 2021

    Macbuntu BIGSur 2021.6 x64 bit Kernel 5.11.18 on xubuntu lts 21.04

    New features: Mozilla Firefox, Anydesk remote control, Vlc player, Pinta, Gimp Photoshop, Windows font pack, Grubcostomizer, macOSX BIGSur Wallpaper icon,theme and cursor packs,ULauncher ctrl+space search, Guake terminal F12, Neofetch macOSX, Bleachbit system cleaner, Plankdock with whitedark-whitelight theme. About? WhiteSUR theme icon packs, macosx mouse cursor, original hd wallpapers added. The XFCE Desktop interface provides a comfortable and fast use for any computer. Login,...
    Downloads: 21 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB