Showing 25 open source projects for "philosophy"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    XXMI Launcher

    XXMI Launcher

    Modding platform for GI, HSR, WW and ZZZ

    ...It acts as a centralized interface that allows users to install, configure, and launch multiple modding frameworks from a single application, reducing the complexity typically associated with manual setup. The software is built with a plug-and-play philosophy, automatically detecting supported games and deploying the appropriate modding environment without requiring deep technical knowledge. It also includes advanced configuration options that allow users to customize how games are launched, providing flexibility for different setups and workflows. The launcher maintains itself and its associated components through automatic updates, ensuring compatibility with game updates and modding tools.
    Downloads: 180 This Week
    Last Update:
    See Project
  • 2
    DeSmuME

    DeSmuME

    DeSmuME is a Nintendo DS emulator

    ...While many users will see DeSmuME as a toy (and use it as such), it is actually a very sophisticated piece of software with lots of features. Also, DeSmuME focuses more on compatibility and features than on speed. Our philosophy is this: You can always mow some extra lawns or babysit some more rugrats to buy upgrades for your computer; but there's nothing you can do to fix compatibility or gain new features. We take care of our side of things, so you should take care of yours. DeSmuME is mostly CPU intensive and less GPU intensive.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    Go Micro

    Go Micro

    A framework for distributed systems development

    Go Micro is a framework for distributed systems development. Go Micro provides the core requirements for distributed systems development including RPC and Event driven communication. The Micro philosophy is sane defaults with a pluggable architecture. We provide defaults to get you started quickly but everything can be easily swapped out. Auth is built in as a first class citizen. Authentication and authorization enable secure zero trust networking by providing every service an identity and certificates. This additionally includes rule based access control. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    CrowdSec

    CrowdSec

    Firewall able to analyze visitor behavior & provide adapted response

    ...IP Blocklists are limited to very-safe-to-ban IPs only (~5% of the global database so far, will grow soon). A modern behavior detection system, written in Go. It stacks on Fail2ban's philosophy, but uses Grok patterns & YAML grammar to analyse logs, a modern decoupled approach (detect here, remedy there) for Cloud/Containers/VM based infrastructures. Once detected you can remedy threats with various bouncers (block, 403, Captchas, etc.) and blocked IPs are shared among all users to further improve their security. Crowdsec is an open-source, lightweight software, detecting peers with aggressive behaviors.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    Clock Signal

    Clock Signal

    A latency-hating emulator of: the Acorn Electron, BBC Micro

    Clock Signal also known as Clock Signal, is a highly sophisticated multi-system emulator designed with a strong emphasis on minimizing latency and maximizing authenticity in signal reproduction rather than relying on post-processing shortcuts. Its defining philosophy is to make emulation “invisible” to the user, meaning software can be launched directly without requiring manual configuration of machines, disks, or hardware profiles. The emulator supports a wide range of classic systems, including the Apple II, Atari 2600, ZX Spectrum, MSX, and early Macintosh computers, all within a unified architecture. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    DIY Split-Flap Display

    DIY Split-Flap Display

    DIY split-flap display

    ...The primary design goal was to make something that's possible to fabricate at home in small or single quantities and can be customized and built by an intermediate hobbyist at a reasonable price. This meant using widely available materials and avoiding any tooling with a high upfront cost. Following that philosophy, the design uses store-bought vinyl stickers for the letters, is driven by an ubiquitous and cheap 28BYJ-48 stepper motor, and uses common PVC ID badge cards cut to shape for the flaps (though custom die-cut flaps are also available). Even the enclosure, spool, and gears, which are all made from laser-cut MDF, can be easily ordered online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    vcparse

    vcparse

    A simplistic C++ VCF/VCARD parser

    This single-file project transcodes VCF/VCARD files into JSON for easy filtering with grep. VCARD support is incomplete but can be extended. This project was motivated from recovering contacts backed up from an Android phone in a human-readable yet machine-friendly format.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    BRUTAL

    BRUTAL

    An operating system inspired by brutalist design

    Brutal is a modern, experimental operating system that blends Unix principles with retro aesthetics and a unique design philosophy. Written from scratch in C and assembly, Brutal aims to offer a clean and consistent experience both at the system level and user interface level, featuring its own GUI, kernel, and userland tools. It’s inspired by classic systems like Plan 9 and early UNIX variants but reimagined with a focus on simplicity, beauty, and cohesive tooling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PixelDustProject

    PixelDustProject

    Pixel Dust ROM - built for Pixel and Nexus devices

    Pixel Dust ROM is based off directly from AOSP -- our philosophy is to keep the Pixel Dust Experience as close as possible to Android as Google intended. We add a decent selection of the coolest custom ROM features that would've been missed if they hadn't been included. Thanks to all android open source development teams.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10
    Xyris

    Xyris

    The Xyris Kernel

    Xyris is a microkernel-based operating system developed with a focus on modularity, simplicity, and modern code practices. Written in C++, Xyris separates drivers and system services into isolated components using message passing, in line with microkernel philosophy. It’s designed as a research and hobbyist OS, with a clean codebase and early implementations of multitasking, system calls, and filesystem abstractions. Xyris serves as a foundation for further exploration into reliable OS architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pascalloid Calc

    Pascalloid Calc

    Hui or Pascal's Triangle into shaped Geometry, 3D

    Pascal's Triangle has been taken into higher dimensions. The Five Platonic Solids are included in this software, along with various geometric algorithms to create a generative geometry system. Equations in combinatoric and algebraic forms are given. Tools to play with the data are given. There is now a way to create user-defined algorithms. Dodecahedral and Icosahedral Pascalloids are now geometrically perfect and include no 'folding errors'. A 'data only' data output mode allows users...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Cucumber Linux

    Cucumber Linux

    A general purpose desktop and server Linux distribution.

    Cucumber Linux aims to provide a Linux distribution that is usable as an every day, general purpose operating system. It aims to do this in as minimalistic a way as possible and in a way that follows the Unix Philosophy. Our mission is three fold: to focus on the distribution's simplicity, stability and security.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BootableUSB

    BootableUSB

    bootable usb - Creating a bootable usb drive

    Software that makes it easiest to create pre-loaded usb sticks. It adopts the philosophy of "load once, always stay pre-loaded". If you want to learn how easy these processes can be, let's examine them together. First of all, imagine that you have booted the usb stick for once. Let's see what they can do next.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Jitendriya

    Jitendriya

    Work productivity/efficiency analytics, work-life and time manager

    ...Increase awareness of time and habits 8. Increase productivity in a manner which is comfortable for the user and does not stretch him beyond healthy limits <Philosophy> सुखस्य मूलं धर्म:। धर्मस्थ मूलमर्थ:। अर्थस्य मूलं राज्यम्। राज्यमूलमिन्द्रियजम:। The root of happiness is Dharm (righteous living). Root of Dharm is good economy. Root of economy is Kingdom. Root to a good kingdom is a King who is Jitendriya (someone who has control over his senses)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Lorien
    A pure dynamic operating system for embedded devices, currently targeting wireless sensor devices, Lorien is unique in its core philosophy of building to evolve rather than simply building to abstract.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    LogsGrep

    A grep-like utility for log files.

    ...The primary target is Java log files (Log4J, common, ...), where it is very common to have multiline log entries (for example log entries with a stacktrace). It follows Unix philosophy, does only its primary job and expects its input to be generated by other more advanced tools (tail, cat, type, find...); There is no goal to be compatible with Unix grep. LogsGrep is written in the Java programming langue having performance and low resource usage in mind (no strings, no object creation, stream-processing).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Copernicus is a distributed resources management system, that uses CIM as it's architecture and philosophy. With Copernicus one can manage all resources in his infrastructure using one common convenient object model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    phpDHCPAdmin

    phpDHCPAdmin

    Manage your ISC DHCPD service

    phpDHCPAdmin Manage the ISC DHCPD Service. Groups, User access levels, PXE, Multiple subnets, lease management, graphing features, classes support, multiple pool support. Built with security, flexibility and usage for large scale dhcp environments
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    libmsgque

    libmsgque

    something that writes code for you

    The **libmsgque** project is an infrastructure that allows multiple package-items to be linked together to act as one application. To link, you need to distribute the work from one package-item to another package-item and wait for an answer or not. > Philosophy: Write Once → Run Everywhere The package-item can be a thread, a separate local process that is started by fork or spawn, or even a network of multiple services on multiple hosts. The package-item can be written in any language that is supported by the Programming-Language-Micro-Kernel support. It even supports running multiple programming languages in a single piece of software. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bible Concordance generator and viewer for UNIX/Linux/Cygwin, written in C. Supports multiple word searches using boolean operators and Reverse Polish notation. Unlike printed concordances, shows complete verse, and in context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Geeks Artificial Neural Network (G.A.N.N) is an open source project that started with the philosophy of being a new more advanced A.N.N that works as a platform for other applications. In other words, G.A.N.N should be considered as a "Black Box".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The project is to develop public-domain software tools that help users type and process documents that contain Vietnamese, Pali-Sanskcrit, and Chinese characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Accountability Pal monitors your network and keeps track of who is using the Internet and what they are viewing, downloading, uploading, etc. It emails a report of each user's activity to the person/people you specify. Great for parents and businesses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    WeatherMatrix project that weather remind service suit,is consist of wxWeather that client side,weather reminder program wxWidget-based and Weather Community that wxWeather auxiliary part,server side,provide opening weather service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Utilizing bot-net philosophy in a good way by packaging open source software into highly secured, ready-to-run specialized virtual machines and building infrastructure to manage them. Sort of IT Lego )))) We make IT simple!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next