Showing 333 open source projects for "rpm"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 1
    RPM

    RPM

    The RPM package manager

    RPM (RPM Package Manager) is a powerful package management system used by many Linux distributions, including Red Hat, Fedora, and CentOS. It enables users to install, update, and remove software packages, handling dependencies and ensuring system integrity. RPM provides a standardized format for packaging software, facilitating distribution and maintenance across various systems.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    rpm-ostree

    rpm-ostree

    Hybrid image/package system with atomic upgrades and package layering

    rpm-ostree is a hybrid image/package system developed by CoreOS that combines the benefits of image-based and package-based systems for managing Linux operating systems. It utilizes OSTree for managing bootable, immutable filesystem trees and integrates with RPM to allow package layering. This approach enables atomic upgrades and rollbacks, ensuring system stability and consistency across deployments. rpm-ostree is particularly suited for scenarios where reliable and reproducible system states are critical, such as in containerized or edge computing environments. ​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    rpm rebuild

    rpmrebuild build packages from modified installed packages

    rpmrebuild is a tool to build an RPM file from a package that has already been installed. It can be used to easily build modified packages, and works on any Linux distribution that uses RPM.
    Leader badge
    Downloads: 498 This Week
    Last Update:
    See Project
  • 4
    nFPM

    nFPM

    A simple deb, rpm and apk packager written in Go

    ...You create a YAML file with the definition of what you need, run the nfpm binary, and it takes care of everything. The same config file can be used to create both the RPM and Deb packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 5
    teams-for-linux

    teams-for-linux

    Unofficial Microsoft Teams for Linux client

    ...Unofficial Microsoft Teams client for Linux using Electron. It uses the Web App and wraps it as a standalone application using Electron. Binaries are available under releases for AppImage, rpm, deb, snap, and tar.gz. In the case of AppImage, we recommend using AppImageLauncher for the best desktop experience. Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation. Generate an embeddable card to be shared on external websites.
    Downloads: 71 This Week
    Last Update:
    See Project
  • 6
    The Amazon Linux hibernation agent

    The Amazon Linux hibernation agent

    The Amazon Linux hibernation agent

    The purpose of this agent is to create a setup for an instance to support hibernation feature. The setup is created only on supported instance types. Upon startup, it checks for sufficient swap space to allow hibernate and fails if it's present but there's not enough of it. If there's no swap space, it launches a background thread to create it and touch all of its blocks to make sure that EBS volumes are pre-warmed if configured. This is configurable. It updates the offset of the swap file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Restfox

    Restfox

    Offline-first web HTTP client

    Offline-first web HTTP client. Package available through snap can be installed using sudo snap install restfox. There are precompiled binaries in the releases page.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    tengine-rpm

    Tengine RPM for almalinux,a dist of Nginx with some advanced features.

    ...The almalinux 9.5-based rpm package can also be used for Red Hat Enterprise Linux (RHEL) and its derivatives, such as CentOS Linux and Rocky Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenWebStart-GNU/LINUX

    OpenWebStart-GNU/LINUX

    OpenWebStart deb rpm jnlp gnu linux

    OpenWebStart is an open source reimplementation of the Java Web Start technology. It provides the most commonly used features of Java Web Start and the JNLP standard, so that your customers can continue using applications based on Java Web Start and JNLP without any change. OpenWebStart is based on Iced-Tea-Web and the JNLP-specification defined in JSR-56. OpenWebStart is released under the GPL with Classpath Exception. For more information, read the full license here. The main focus of...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 12
    MongoDB

    MongoDB

    The MongoDB Database

    MongoDB refers to the core MongoDB server, a modern, document-oriented NoSQL database offering flexible schema, rich queries, horizontal scalability, and integrated support for transactions and search. Packages are created dynamically by the buildscripts/packager.py script. This will generate RPM and Debian packages. Client drivers for most programming languages are available. You can install compass using the install_compass script packaged with MongoDB. MongoDB integrates with 100+ of your favorite technologies.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 13
    btrace

    btrace

    A safe, dynamic tracing tool for the Java platform

    A safe, dynamic tracing tool for the Java platform. BTrace can be used to dynamically trace a running Java program (similar to DTrace for OpenSolaris applications and OS). BTrace dynamically instruments the classes of the target application to inject tracing code ("bytecode tracing").
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Gradle Ospackage Plugin

    Gradle Ospackage Plugin

    Gradle plugin for constructing linux packages

    The Gradle OS Package plugin builds native Linux packages (RPM and DEB) directly from your project, enabling repeatable, policy-compliant server distributions. It lets you define metadata like package name, version, dependencies, and maintainers, then map files from your build into filesystem locations with ownership and permissions. Pre-, post-install, and removal scripts are supported so services can be registered, caches warmed, or config migrated during upgrades.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    pwndbg

    pwndbg

    Exploit Development and Reverse Engineering with GDB Made Easy

    Pwndbg is a fast, simple and lightweight tool for modern debugging. It improves debugging experience with the strength of GDB for low-level software developers, hardware hackers, reverse engineers, and exploit developers. It provides features crucial for efficient debugging in the world of low-level programming. Vanilla GDB is terrible to use for reverse engineering and exploit development. Typing x/g30x $esp is not fun, and does not confer much information. The year is 2024 and GDB still...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16
    Mockoon

    Mockoon

    Run mock APIs locally, no remote deployment, no account required

    Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open-source. It has been built with Electron and can be used on Windows (exe), Linux (deb, rpm, Appimage, and Snap), and MacOS (dmg or brew). Get working mock REST APIs in seconds with an intuitive and easy-to-use interface. Run them everywhere with the CLI. Compatible with the OpenAPI specification, Mockoon integrates perfectly with your existing applications and API design workflow. Go beyond mocking with advanced features and tackle the most complex situation with HTTP requests recording, proxying, integration testing, etc. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 17
    Figma electron app

    Figma electron app

    Figma is the first interface design tool based in the browser

    Figma is the first interface design tool based in the browser, making it easier for teams to create software. Figma-linux is an unofficial Electron-based Figma desktop app for Linux. You can install Figma-linux from Snap. There is also an AppImage available. Get it on our Releases page, then make it executable and install using the terminal commands provided. Download the .deb package from the Releases page, and install it with dpkg or your favorite .deb installer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    DNF

    DNF

    Package manager based on libdnf and libsolv. Replaces YUM

    DNF (Dandified YUM) is the next-generation package manager for RPM-based distributions, replacing the traditional YUM tool. It utilizes modern libraries like libsolv and librepo to provide efficient dependency resolution and package management. DNF offers a more robust and user-friendly experience, with enhanced performance and a cleaner codebase. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenTelemetry Collector distributions

    OpenTelemetry Collector distributions

    OpenTelemetry Collector Official Releases

    High-quality, ubiquitous, and portable telemetry to enable effective observability. OpenTelemetry is a collection of APIs, SDKs, and tools. Use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to help you analyze your software’s performance and behavior. Create and collect telemetry from your services and software, then forward it to a variety of analysis tools. OpenTelemetry integrates with many popular libraries and frameworks, and supports...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Miniflux 2

    Miniflux 2

    Minimalist and opinionated feed reader

    ...Scan quickly your unread items with the lightweight user interface. Miniflux is compiled statically without external dependencies, drop the binary on your server and you are done. You also have the choice to use the RPM/Debian package or the Docker image. Miniflux is a free and open-source project distributed under the permissive Apache 2.0 License. Nobody resells your private data or tracks your usage. Miniflux removes automatically pixel trackers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Installation Instructions: 1) Compare the rpm checksum with the contents of .md5 file. $ md5sum hxms-wireshark-2.0.0-1.x86_64.rpm 2) Install wireshark library rpm. $ rpm -ivf --force hxms-wireshark-2.0.0-1.x86_64.rpm
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Gum

    Gum

    A tool for glamorous shell scripts

    A tool for glamorous shell scripts. Leverage the power of Bubbles and Lip Gloss in your scripts and aliases without writing any Go code! Gum provides highly configurable, ready-to-use utilities to help you write useful shell scripts and dotfiles aliases with just a few lines of code. Let's build a simple script to help you write Conventional Commits for your dotfiles. Use a package manager. gum is designed to be embedded in scripts and supports all sorts of use cases. Components are...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Soft Serve

    Soft Serve

    A tasty, self-hostable Git server for the command line

    ...Add collaborators with SSH public keys. Repos can be public or private. You can also download a binary from the releases page. Packages are available in Alpine, Debian, and RPM formats. Binaries are available for Linux, macOS, and Windows. Soft Serve SSH CLI has the ability to print files and list directories, perform git operations on remote repos, and reload the configuration when necessary. Both git and reload commands need admin access to the server to work. So make sure you have added your key as an admin user, or you’re using anon-access: admin-access in the configuration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Apache Bigtop

    Apache Bigtop

    Bigtop is an Apache Foundation project for Infrastructure Engineers

    Apache Bigtop is a project focused on building and packaging the Hadoop ecosystem and related big data components. It provides a consistent framework for testing, packaging, and deploying Hadoop distributions, including tools like HDFS, YARN, Spark, Hive, HBase, and more. By maintaining cross-platform builds (RPMs, DEBs, Docker images, and Kubernetes support), Bigtop makes it easier for organizations to deploy big data stacks in different environments. It also includes a set of integration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.