Showing 173 open source projects for "wsa package manager"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1
    Homebrew

    Homebrew

    Open-source, free package manager for Mac and Linux

    Homebrew is a free and open-source package manager designed for macOS and Linux that simplifies installing and managing software from the command line. Often called “the missing package manager,” it provides tools and applications that are not included by default with the operating system. Homebrew installs packages into its own directory and safely symlinks them, keeping the system clean and organized.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 2
    iSH

    iSH

    The Linux shell on iOS

    iSH is an open source project that allows for a Linux shell environment to run locally on your iOS device. It does this through a usermode x86 emulation and syscall translation. With iSH you can run Linux applications and programs on iOS, access the Alpine package manager, and install programs with apk add <name>. iSH also features a keyboard addition that makes navigation a whole lot easier.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    Pony OS

    Pony OS

    My Little Unix: Kernels are Magic

    ...It features a monolithic kernel written in C and aims for a POSIX-compliant environment with a built-from-scratch userland. ponyos includes a graphical interface, dynamic linker, shared libraries, and a package manager. It’s designed for fun, experimentation, and as a platform to learn and play with operating system internals, with surprisingly advanced features given its hobbyist origin.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 4
    TiDB Operator

    TiDB Operator

    TiDB operator creates and manages TiDB clusters running in Kubernetes

    ...Users can deploy and manage multiple TiDB clusters on a single Kubernetes cluster easily. TiDB Operator automatically performs failover for your TiDB cluster when node failures occur. By embracing Kubernetes package manager Helm, users can easily deploy TiDB clusters with only one command.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 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
  • 5
    QDirStat

    QDirStat

    Qt-based directory statistics

    Qt-based directory statistics: KDirStat without any KDE -- from the author of the original KDirStat. QDirStat is a graphical application to shows where your disk space has gone and to help you to clean it up. This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems and of course in a Docker container.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 6
    IJulia.jl

    IJulia.jl

    Julia kernel for Jupyter

    IJulia is a Julia-language backend (kernel) for Jupyter notebooks, allowing users to write and execute Julia code interactively in browser-based notebooks. It integrates seamlessly with Jupyter’s ecosystem, supporting markdown, plotting, multimedia, and inline output. IJulia is ideal for scientific computing, data analysis, and education, combining the power of Julia with the interactive capabilities of Jupyter.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    KubeKey

    KubeKey

    Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere

    KubeKey is an open-source lightweight tool for deploying Kubernetes clusters. It provides a flexible, rapid, and convenient way to install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons. It is also an efficient tool to scale and upgrade your cluster. In addition, KubeKey also supports a customized Air-Gap package, which is convenient for users to quickly deploy clusters in offline environments.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    far2l

    far2l

    Linux port of FAR v2

    Linux fork of FAR Manager v2. Works also on OSX/MacOS and BSD (but the latter is not tested on a regular manner). Plug-ins that are currently working: NetRocks (SFTP/SCP/FTP/FTPS/SMB/NFS/WebDAV), colorer, multiarc, tmppanel, align, autowrap, drawing, edit case, SimpleIndent, Calculator, Python (optional scripting support).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    SwiftLog

    SwiftLog

    A Logging API for Swift

    ...It defines common logging semantics and levels, plus a lightweight façade that backends can implement—so the same application code can run with different logging engines (e.g., OSLog on Apple platforms or custom sinks on servers). The package embraces Swift Package Manager, offers a clean Logger API, and is widely used across the Swift on server and Apple-platform ecosystems. The repo’s release notes and ecosystem links show active maintenance, CI coverage for recent Swift versions, and community-supplied backends. By decoupling the API from any one implementation, swift-log simplifies composition: frameworks can log consistently without dictating the logging stack to end users. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 10
    MediatR

    MediatR

    Simple, unambitious mediator implementation in .NET

    ...Supports request/response, commands, queries, notifications and events, synchronous and async with intelligent dispatching via C# generic variance. You should install MediatR with NuGet. Or via the .NET Core command line interface. Either commands, from Package Manager Console or .NET Core CLI, will download and install MediatR and all required dependencies. MediatR is a low-ambition library trying to solve a simple problem, decoupling the in-process sending of messages from handling messages. Cross-platform, supporting .NET Framework 4.6.1 and netstandard2.0. MediatR has no dependencies. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Side GNU/Linux distro

    Side GNU/Linux distro

    A GNU/Linux distribution for x86-64 PC based on pisi package manager.

    Downloads: 53 This Week
    Last Update:
    See Project
  • 12
    ShellCheck

    ShellCheck

    A static analysis tool for shell scripts

    ShellCheck is a GPLv3 tool that provides warnings and possible suggestions for bash/sh shell scripts. ShellCheck finds bugs in your shell scripts. You can cabal, apt, dnf, pkg or brew install it locally right now. ShellCheck highlights and clarifies typical beginner's syntax mistakes and issues that cause a shell to give a cryptic error message. It shows typical intermediate level semantic problems that cause a shell to behave in a abnormally and counter-intuitively. It can also discover...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    Foundatio

    Foundatio

    Pluggable foundation blocks for building distributed apps

    Pluggable foundation blocks for building loosely coupled distributed apps. Includes implementations in Redis, Azure, AWS, RabbitMQ and in memory (for development). When building several big cloud applications we found a lack of great solutions (that's not to say there aren't solutions out there) for many key pieces to building scalable distributed applications while keeping the development experience simple. Wanted to build against abstract interfaces so that we could easily change...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    LinTAR-Archive-Manager

    LinTAR-Archive-Manager

    Winrar Alternative Archive Manager for Linux Systems

    This is a better archive manager developed for Linux systems. Its name is a playful reference to WinRAR. It also supports compression and extraction in the RAR format. However, you must install the RAR package on your system. Since this package is proprietary, it wouldn't be appropriate to include it in the program, and we wanted to leave the choice to the user.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    EasyDeb, a Linux distribution based on Debian 13 and featuring the Cinnamon desktop environment. It features the EZ package manager, making it easy to use even for beginners.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 16
    slpkg

    slpkg

    Slpkg is a user-friendly package manager for Slackware installations

    Slpkg is a software package manager that installs, updates, and removes packages on Slackware-based systems. It automatically calculates dependencies and determines the required steps for package installation. Slpkg simplifies managing machine groups by eliminating manual updates. The tool adheres to the standards of the slackbuilds.org organization for building packages and follows Slackware Linux's procedures for package installation, upgrades, and removal.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    EcoOS

    EcoOS

    Advanced Arch Iso

    Advanced Arch Iso spin Advanced Panel, Terminal, and File Manager and Launcher Basically the Iso features a hybrid feel to accommodate Xfce and Tiling. Our Own Eco-System-Monitor
    Leader badge
    Downloads: 95 This Week
    Last Update:
    See Project
  • 18
    Zenclora OS

    Zenclora OS

    Debian-based desktop distro optimized for stability and daily use

    Zenclora is a Debian-based desktop Linux distribution optimized for stability and daily use. Zenclora offers simplified package and system management commands to make Linux usage easier; it avoids unnecessary complexity while providing control to the user. Check the website for details: https://zenclora.org/
    Leader badge
    Downloads: 107 This Week
    Last Update:
    See Project
  • 19
    NuTyX GNU/Linux

    NuTyX GNU/Linux

    NuTyX is a very flexible, complete GNU / Linux distribution

    NuTyX is a very flexible, complete GNU / Linux distribution for advanced or motivated users. Numerous concepts of the distribution are original and therefore exist only on NuTyX. For example, it has its own CARDS package manager. You can choose to use the ports system, compile and install your packages from their sources, they will be integrated natively in the system, their management will be transparent. In addition to the traditional ISOs available, an installation script can install NuTyX from another distribution.
    Leader badge
    Downloads: 87 This Week
    Last Update:
    See Project
  • 20
    AzkaOs

    AzkaOs

    Open source operating system based flutter and kernel zircon

    AzkaOS is a personal and experimental operating system project aiming to create a lightweight and customizable platform written primarily in Python and C/C++. It combines ideas from traditional desktop OSes with a scripting-heavy approach, offering a hybrid system that prioritizes ease of customization and user scripting. Though still in its early stages, AzkaOS aims to support desktop environments, package management, and basic system utilities while enabling users to control behavior...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    UPup

    UPup

    Puppy Linux versions based on Ubuntu components

    Woof-CE 32-bit pae builds of Puppy Linux using Ubuntu components starting with Bionic Beaver (18.04) and subsequent versions
    Downloads: 25 This Week
    Last Update:
    See Project
  • 22
    EN-OS

    EN-OS

    UserFriendly arch-based distro :3

    Arch based userfriendly linux distributive with KDE Plasma
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 23
    Rhino Linux

    Rhino Linux

    Ubuntu-Based, Rolling Release w/ Pacstall & XFCE at its core

    ...Pacstall is at the very heart of the distribution, providing essential packages such as the Linux kernel, Firefox, and distinctive Rhino Linux applications and theming. We use sane defaults. The XFCE Desktop environment is used for its stable and rock-solid base. Pacstall, our package manager of choice, will always provide the latest software, even those unavailable in the Ubuntu repositories, and our custom XFCE configuration provides a unique and modern experience, so that you can begin using your computer, immediately.
    Leader badge
    Downloads: 309 This Week
    Last Update:
    See Project
  • 24
    MocaccinoOS

    MocaccinoOS

    MocaccinoOS is a minimal Linux meta-distribution for the 21st century!

    MocaccinoOS is an independently-developed Linux distribution that has its origins in source-based Gentoo Linux and Sabayon Linux. It uses a custom-built package manager called "Luet", which acts as a front-end for container-based software. The distribution's main features are minimalism and small footprint, ease of use, native vanilla Linux kernels, and support for most important cloud technologies. MocaccinoOS is offered in several variants, including live images with GNOME, KDE Plasma, MATE and Xfce desktops, as well as command-line-only "Minimal Desktop" edition.
    Downloads: 714 This Week
    Last Update:
    See Project
  • 25
    ALSC - Advanced Linux System Cleaner

    ALSC - Advanced Linux System Cleaner

    Simplify the maintenance and cleaning of Linux systems.

    This program was developed to facilitate maintenance and cleaning of Linux systems.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB