Showing 80 open source projects for "essential"

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
  • 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
  • 1
    FlickOS

    FlickOS

    Lightweight, Elegant and Sustainable Operating System

    ...The project is based on Ubuntu 20.04 and LXLE, which provides a stable and well-supported foundation. Unnecessary packages and services are stripped away, leaving only the essential components needed to minimize resource usage. FlickOS have complete suite of applications like LibreOffice, Firefox, VLC and many essential software for daily use. Save the environment, recycle your old PCs and Flick it. Support If you are having trouble installing or have some suggestions, you can email me at dvbondoy@gmail.com. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Broadcom-bt-firmware

    Broadcom-bt-firmware

    Repository for various Broadcom Bluetooth firmware

    broadcom-bt-firmware provides the firmware blobs needed by Linux to initialize Broadcom Bluetooth adapters found in many laptops and mini-PCIe/M.2 modules. On these devices, the kernel driver expects a small firmware image to be loaded at runtime before the controller becomes fully functional. The project aggregates known-working .hcd files, often extracted from vendor Windows drivers, and organizes them by chipset and device ID so users can match hardware quickly. Clear mapping tables and...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    HelenOS

    HelenOS

    A microkernel-based multiserver operating system written from scratch.

    ...HelenOS does not aim to be a clone of any existing operating system and trades compatibility with legacy APIs for cleaner design. Most of HelenOS components have been made to order specifically for HelenOS so that its essential parts can stay free of adaptation layers, glue code, franken-components and the maintenance burden incurred by them.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    LC-3 VM

    LC-3 VM

    Write your own virtual machine for the LC-3 computer!

    ...The LC-3 is popular for teaching university students how to program in assembly language. It has a simplified instruction set compared to x86, but contains all the main ideas used in modern CPUs. First, we need to simulate the essential hardware components of the machine. Try to understand what each component is, but don’t worry right now if you are unsure of how it fits into the larger picture. Start by creating a C file. A register is a slot for storing a single value on the CPU. Registers are like the “workbench” of the CPU. For the CPU to work with a piece of data, it has to be in one of the registers.
    Downloads: 0 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
  • 5
    PixelExperience

    PixelExperience

    AOSP based ROM, with Google apps included and all Pixel goodies

    PixelExperience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, bootanimation). Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device.
    Leader badge
    Downloads: 131 This Week
    Last Update:
    See Project
  • 6
    Mycroft

    Mycroft

    Mycroft Core, the Mycroft Artificial Intelligence platform

    ...Whether you make voice-assistants, televisions, or microwaves. Whether you have a 5-room BnB or a 1000-room hotel. Your customers will get access to all the necessities of a voice assistant. Our software and essential services are free (as in freedom) and also gratis (at no cost to you or them). And especially not at the cost of their (or your) privacy! Your customers will be able to upgrade their experience with premium content and services. The Mycroft open source voice stack can be freely remixed, extended, and deployed anywhere. Mycroft may be used in anything from a science project to a global enterprise environment.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 7
    Jaeger Bindings Client Go

    Jaeger Bindings Client Go

    Monitor and troubleshoot workflows in complex distributed systems

    Distributed tracing observability platforms, such as Jaeger, are essential for modern software applications that are architected as microservices. Jaeger maps the flow of requests and data as they traverse a distributed system. These requests may make calls to multiple services, which may introduce their own delays or errors. Jaeger connects the dots between these disparate components, helping to identify performance bottlenecks, troubleshoot errors, and improve overall application reliability. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    kubemon

    A console terminal-based monitoring tool for K8S cluster

    Just an old school style terminal-based console K8S monitoring tool: A: Sys/App - Auto refresh monitoring of Nodes, kube-system Pods and App Pods D: Desc - Describe selected Pod E: Evicted - Delete all Envicted Pods F: NS filter - Filter Pods listing by Namespace K: Non-Running - Delete all non-"Running' status Pods L: Logs - Auto capture essential logs and display logs for troubleshooting N:Toggle List - Toggle display of Nodes P: Pod logs - Show logs of selected Pod S: Toggle Sort - Toggle sorting of Pods by namespace, Pod name, Pod status, creation timestamp, Pod IP, Node name * Data is obtained from kubectl and journalctl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EasyArch

    EasyArch

    Arch Linux Installer ISO

    A simple yet full featured Archlinux installer ISO. Minimum system requirements- Processor - 2 core 64 bit Ram - 1 GB HDD space - 10 GB If you are looking for another linux distro, then you are at wrong place, this is not a new or separate distribution. It is just a live ISO to provide simple and easy way to get Archlinux up and running in very little time and with or without internet connection. Yes, you read it right, you can install Archlinux without internet with this ISO....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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.
  • 10
    Haiway

    Haiway

    Haiway Edge Computing OS

    Haiway is a simple operating system written from scratch in C with the goal of helping learners understand OS development fundamentals. Targeting x86_64 systems and running in a bare-metal environment like QEMU, Haiway implements its own bootloader, kernel, and essential subsystems such as memory management, interrupt handling, and user process execution. Designed to be lightweight and readable, the project emphasizes clarity and modularity, making it a useful base for experimentation or educational exploration into low-level systems programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An essential utility, passgen was written in response to the lack of a useful password generator, which should be standard issue for any multi-user machine. passgen generates passwords which comply to security stds recommended by CERT, NIST and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Good Life Linux

    Good Life Linux

    Minimal and base LXDE, Openbox, and Xfce operating systems.

    ...They can easily be installed with the Synaptic Package Manager or the terminal. Aside from including some preinstalled wireless firmware, all that you get are a few essential tools and a few applications that are required by LXDE or Xfce. Other than that, you're free to install what you want on your system.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    Debian Linux for WDTV's

    Debian Linux for WDTV's

    Debian for WDTV Live (running WDLXTV) - Inc. Build Essentials

    ...The original "/etc/apt/sources.list" file needs to be changed: deb http://archive.debian.org/debian-archive/debian/ squeeze main contrib non-free deb-src http://archive.debian.org/debian-archive/debian/ squeeze main contrib non-free You can then install Squeeze packages: eg: apt-get update apt-get install debian-archive-keyring apt-get install build-essential Which gives you a basic GCC environment. I applied the above on the original squeeze image, which may make it easier to get a working system, or, just make your own: The original Debian image is also here: http://files.wdlxtv.de/debian-squeeze.img.tgz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    autoCode4

    Synthesizing embedded control software from formal specifications

    ...Importantly, it synthesizes synchronous dataflow controllers (in Lustre or in Ptolemy II form) and maintains requirement-to-code traceability. Such feature is mandated in developing safety-critical systems and are considered essential for specification validation or integrating manual implementation such as legacy code. The LTL specification captures the desired behavior of a controller where the environment takes the first move (i.e., sense/input then react/output), so the synthesized controller can be viewed as a Mealy machine. A step-by-step tutorial is available within the software package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Password quality checker for LDAP

    Plugin for OpenLDAP who checks password quality

    ppInspect become pqChecker (just change the name) OpenLDAP directory with the PPolicy overlay can manage a passwords policy, especially the password quality. Making this feature pass through adding a plug-in ( dynamic shared library) who execute the essential of job. pqChecker is this plug-in. Settings of passwords quality are: . Number of required uppercase characters. . Number of required lowercase characters. . Number of required special characters. . Number of required digits. . Forbidden characters list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    justbuntu-os

    justbuntu-os

    justbuntu x64 (GPLv2) Latest version: a8

    ...No tweaking necessary. You can install or run justbuntu live. The choice is yours. justbuntu was built using the ubuntu minimal install cd for a clean environment with all the essential software for daily use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UbSecLive

    UbSecLive

    Custom Live USB Distro Based on Ubuntu

    A Portable Secure USB Custom Distro Based on Ubuntu with Security risk packages removed, all ports closed except those essential to connect to the internet. Software added; Xnoise Music Player, VLC, GIMP, Linphone, Flash, Google Talk plugin, Firefox with Great addons and settings, PCManFM filemanager replacing Nautilus, Gparted, Flush, QpdfView, p7zip, GUI for ufw firewall, epub reader (firefox addon), youtube downloader (firefox addon), time in different cities around the world. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HBase - Hannibal

    HBase - Hannibal

    Monitor and maintain HBase configured for manual splitting

    ...While HBase provides metrics to monitor overall cluster health via JMX or Ganglia, it lacks the ability to monitor single regions in an easy way. This information is essential when your cluster is configured for manual splits, especially when the data growth is not uniform. This tool tries to fill that gap by answering the following questions: How well are regions balanced over the cluster? How well are the regions split for each table? How do regions evolve over time? See https://github.com/sentric/hannibal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    sql2textfs

    a FUSE filesystem for mounting database tables as text files

    ...The file system sql2textfs relies on the `retranse` - a language based on regular expressions - project which was developed at the same time. The configuration file of sql2textfs, which is written in retranse, is essential since much of the convertion functionality lies there and each database type requires a special configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Securix GNU/Linux

    Securix GNU/Linux

    Secured Linux by default

    Securix GNU/Linux is Linux distribution based on Hardened Gentoo with essential security patches and system improvements which deliver secured linux distribution by default. Our goal is to create easily manageable, ultra-secure operating system immune against most vulnerabilities and attacks. Please visit www.securix.org for more information. SF is acting as backup site. In case of primary server unavailability this server will come in place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Xymon Monitor for Vmware ESXi

    External script for Xymon server to query an ESXi

    Queries an ESXi for all essential data and populates the appropriate columns using esxcli, VIPerl, vMA, SNMP, and maybe something more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PurePostPro

    Post FTP upload script logging to database

    ...The package includes all documentation and scripts to help set up the MySQL database. The script is easy to configure for your own needs. Some Perl DBI knowledge is useful if you intend to modify the script, but not essential.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This program is made to simplify the process of Re-formatting/Installing windows on a PC. It can also be used to find Updates for and to get easy access to useful websites. Please note that this is a Java Based app and require java to run *link Incl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AQuoSA is an open architecture for enhancing the Linux kernel with soft real-time capabilities. A well-designed API allows applications to benefit of kernel-level timing guarantees and feedback-based QoS control (essential in multimedia applications).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a script. It's created to make WEP crack work easier. It depends on aircrack-ng and macchanger. However, if you don't want to change your MAC address, macchanger is not essential.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo