Showing 1518 open source projects for "vector linux os"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1

    Opera OS

    The secure and fast operating system with opera, flash player and slit

    the chrome browser has chrome os, firefox has webian. And now, opera has: Opera OS. Opera OS a lightning fast operating system based on slitaz 3.0, the smallest complete distro. Featuring opera, one of the fastest browsers available for linux, and flash player. And all that is packed into just 65 megabytes!
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    This project is used for restoring crashed OS(currently linux and windows) from backups of their root file systems. It contains diskless OS(debian-based) and some shell scripts to restore OS and bootloader.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Pure udev-based automount system for pluggable storage devices. It was officially included in Vector Linux since 5.1 SOHO. There is also a graphical configurator utility (vl-hot-config), made in Gambas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Socratix is a small and fast OS for the x86 processor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 5
    Kernel patches and tools providing OS based support for suspending your Linux computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    The Frost Project

    A simple os written in ASM

    A simple Command prompt and GUI operating system Programmed in ASM (aka assembly)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    libosdk stands for operating system development kit, which is simply a library containing low-level architecture dependent assembly procedures you can use to develop your own os without using assembly language or even know about it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PAM/NSS module to use OS/400 (AS/400|iSeries) userinformation und password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    (Kubuntu is a User-friendly Desktop OS) Various add-ons and enhancements for the Kubuntu Linux distribution, aiming to make it even more appealing for the masses. So the main focus is on average casual desktop users' skill levels and interests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    The EarthMate Userland Library provides access to the usb device via libusb and POSIX threads. Target operating systems include Mac OS X, BSD, and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    the goal of project is to make alternative grub2 configuration system. currently supports current GNU/Linux OS and Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ubuntu-Med
    Ubuntu customization for medical environments. Includes: Kubuntu Linux OS with Drupal6 website server, MediaWiki software, Moodle online teaching, BigBlueButton teleconferencing server, DAViCal group calendar, and Astronaut OpenVistA EHR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    neteK is a user-friendly personal FTP and WebDAV server. The program stays in the system tray without using too many system resources. Target platforms are Linux, Windows, and Mac OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Graphical OS Kernel compiled with gcc 4.6.1 and nasm 2.09.08
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AVRILOS

    AVRILOS

    Simple AVR OS

    A simple Embedded System Framework that allows rapid development of applications build for AVR family. System is based on a super-loop architecture with check and skip (no-wait) flag event driver system. Supports: UART, SysTick Timer, ADC, SPI, EEPROM, PWM. Also supports: Xilinx FPGA configuration, FPGA SSI interface, smart card reader etc. Tested partially (different modules in each case) on ATMega163/16/32/323/8. Awards CodeProject 2010, Third Prize, Hardware and Device...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    jpathwatch
    A file watching facility for Java. Uses native platform support to avoid polling on selected platforms (currently supports win32, Mac OS X, Linux and FreeBSD on x86 platforms). Implements JDK 7's WatchService, but also runs on Java 5 and 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    hercules-390

    hercules-390

    Mainframe Emulator - Mirror of http://www.hercules-390.org/

    Hercules is an open source software implementation of the mainframe System/370 and ESA/390 architectures, in addition to the new 64-bit z/Architecture. Hercules runs under Linux, Windows, Solaris, FreeBSD, and Mac OS X. Hercules was created by Roger Bowler and is maintained by Jay Maynard. Jan Jaeger designed and implemented many of the advanced features of Hercules, including dynamic reconfiguration, integrated console, interpretive execution and z/Architecture support. A dedicated crew of programmers is constantly at work implementing new features and fixing bugs.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 18

    rundotso

    ARM linux run shared library rundotso dlopen dlsym Inline Assembler

    windows has rundll, rundotso is for linux load shared library(.so) and run the functions. rundotso.c you can load shared lib and run the function. It likes the rundll.exe in windows os. compiled and tested under the android ndk. you can use any arm compiler to try. adb push rundotso /data adb shell /data/rundotso /system/libc.so system "ls /data" adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end Have fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    NuOS

    A new simple operating system

    A basic operating system that can realize some basic functions. It is developing for educational purposes. It is being developed simultaneously with sslib, the Simple Standard Library for developers program no-OS apps, program NuOS commands or program an operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ARP Scout

    Wait for a network device to come online and run an associated script

    ...Once it comes online it will keep tabs on the device and after a certain time out period it will run the script with the stop argument. ARP Scout monitors either the Linux Proc file system for changes in the the ARP cache or will use PCAP to watch for new MAC and IP address combinations. See the README file for more details. Note: Last updated on November 27th, 2011 See the CHANGE file for details. The last change was a small bug fix and tested on OS X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    neos

    neos

    neos, a new OS to the world!

    neosmium's neos is a new OS to the world. It has been developed by a group of a few students of Brainware Group of Institutions (India). It is a free Operating System and based on Debian Linux with the architecture of Ubuntu Linux. It's now capable to surf the best performance and featured services to your daily requirements which you can expect from your PC or tablet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Startup Helper

    Startup Helper will help you start up the programs you use every day.

    Startup Helper lets users choose which programs are launched when the OS boots up. It also allows for waiting periods between launching programs, to prevent programs slowing each other down. During this startup process, the user can control the waiting period through the Startup Helper GUI, pausing the program, skipping a single program, or foregoing the waiting period and launching the next program immediately. This project is made in Java, so it should be multiplatform. However, I've...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    IdyllaOS is simple operating system. System is based on monolithic kernel with drivers of devices loaded as kernel modules. As required for a modern operating system, it supports features like virtual memory, memory protection and multitasking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Revamp (Operating System)

    an OS build, "Where Elegance Spells Perfection"

    Our latest release is Revamp 12. Revamp is an Operating System, build on the strong linux architecture, to provide a beautiful,easy to use operating system. with aim to be user friendly even to new users, Revamp was built from the existing Ubuntu (previously on Mint) and the development will follow Ubuntu's release closely. Revamp will try our best to provide an all in Operating System, equipped with essential Softwares and Settings, generally used by user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ace is a micro kernel for developers and researchers. The main goal is to create a very light and compact kernel from scratch with modern OS research concepts.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB