Showing 2467 open source projects for "os system"

View related business solutions
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 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
  • 1
    (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
  • 2
    Graphical OS Kernel compiled with gcc 4.6.1 and nasm 2.09.08
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    java based, extendable, os independent, pluginable multifunctional chat client and server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OBSOLTED BY CURRENT TV-BROWSER. JGoodies L&F TV-Browser Plugin is a plugin for the great EPG-software TV-Browser. This plugin allows to activate and configre the "JGoodies Looks" Look and Feels made availabe to the OS community by Karsten Lentzsch.
    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
    OS independent audio player that uses JMF. The Panic Player should support a multitude of input and output formats. The input stream may be manipulated with additional sample files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    freeOpenML is a free (OSI) implementation of OpenML for POSIX (4, semaphores, shared memory, threads, realtime, MessageQueues...) OS this include linux >2.6.6 As developers might know OpenML is only a OpenStandard it's sdk is avaible under NDA and pro
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Serenity Linux

    Serenity Linux (Debian based distro)

    Serenity Linux is a Debian based Linux distro that looks to streamline the process of using KVMs. Basically, it's an OS in an OS. The optimized simultaneous running of multiple operating systems at once is the goal of Serenity Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Orbis OS

    Orbis OS

    A OpenSUSE-based OS specially designed for anime and manga fans

    Orbis OS is an OpenSUSE-based operating system designed in mind for anime and manga fans. It is also designed for ease of use and reliability for users especially for linux newcomers. Currently, Orbis OS is in Pre-Alpha stages so it is not suitable for day to day use yet.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9
    multiXFinder is an Application Switcher Menu for Mac OS X. Additional features: disable the Spotlight menu on per user basis, Always bring to front all windows, Full Screen Mode, Stop/Resume Application and per application windows and Dock Rules system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    Barcelona Saver

    Barcelona Saver

    Take part in a trip around Barcelona via screensaver

    A trip around Barcelona through a screen saver. Includes 105 large photos. For exact locations go to the screen saver Resources folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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: 0 This Week
    Last Update:
    See Project
  • 12

    Tux Cleaner

    Linux OS cleaner

    Tux Cleaner removes temporary and unneeded files (thumbnails, old logs, etc.) from your Linux system. If no arguments are specified, script shows functions menu, otherwise it executes specified functions. Dialog menu (functions menu) mode shows various dialog windows with choices. Command-line mode only executes specified functions without asking for confirmation, so you should be aware of that and use command-line mode only after checking how the script works in dialog mode in your system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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. ...
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 15

    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
  • 16

    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! Made by Biyong SUN Songjiang, Shanghai, China. Email: sunbiyong@163.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    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
  • 18
    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
  • 19
    Le Web Store et le Web Store Pro sont des produits proposants des applications Mobile en HTM5 gratuites (plus de 5000 à ce jour). Le Web Store est l'équivalent d'un Android Market ou App Store mais pour les applications développées en HTML5. Le Web Store Pro est un intranet pour entreprise permettant de gérer le budget, dépenses, employé, réunions. Je développe activement pour ce projet, mais de l'aide d'une communauté plus expérimentée que moi serait la bienvenue. Je compte sur vous !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CostaBrava Saver

    CostaBrava Saver

    A complete journey along the most beautiful coast in Spain

    A complete journey along the Costa Brava in Spain through a screen saver. Includes 224 large photos. For exact locations go to the screen saver Resources folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    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: 6 This Week
    Last Update:
    See Project
  • 22

    solidDB for MySQL

    SolidDB Storage Engine for MySQL

    solidDB for MySQL is an open source relational database management system (RDBMS) that consists of MySQL Server and solidDB Storage Engine for MySQL. Project has morphed into a fully pluggable storage engine for MySQL 5.5 and later. Follow us on Facebook via the SolidDB MySQL Storage Engine page!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Madrid Saver

    Madrid Saver

    A trip around Madrid via a screensaver

    A trip around the capital of Spain through a screen saver. Includes 45 photos. For exact locations go to the screen saver Resources folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NUme OS is a lightweight live operating system built on top of Nimblex. You can quickly boot it up to browse the web with Firefox or Opera, or alternatively create a document in OpenOffice, computing has never been quicker!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This class enables VTK to render to and interacts with wxWidgets just as any wxWidgets component. wxVTKRenderWindowInteractor provides a VTK widget for wxWidgets. This class was completely rewritten to have the Look & Feel of the python version (VTK).
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo