Repo Roundup July 21st

Product Insights

July 28, 2025
Nick Maloney
#
Min Read
Repo Roundup July 21st

Hyperswitch

https://github.com/juspay/hyperswitch

Hyperswitch is an open source payments switch written in Rust that aims to serve as "Linux for Payments." The platform handles authorization, authentication, void and capture workflows while managing post-payment processes like refunds and chargebacks. It optimizes payment routing with success rate-based routing, rule-based routing, volume distribution, and fallback handling.

The project includes a backend server, frontend SDKs for web/mobile, and a Control Center for managing the entire payments stack without coding. Businesses can deploy via one-click setup scripts, AWS CDK, or Helm charts on various cloud platforms. The project positions itself as a customizable core payments stack maintained by a team of 150+ engineers.

Minio

https://github.com/minio/minio

MinIO is a high-performance object storage server that provides S3-compatible APIs under the GNU AGPLv3 license. The server supports multiple deployment modes including standalone containers, distributed erasure coding setups, and Kubernetes environments via the MinIO Operator. Features include versioning, object locking, bucket replication, and an embedded web console for bucket management.

Installation supports multiple platforms with binary downloads, package managers like Homebrew, or compilation from Go source code. The project targets machine learning, analytics, and application data workloads requiring object storage. MinIO emphasizes zero-downtime upgrades and atomic transactions across distributed deployments.

Sniffnet

https://github.com/GyulyVGC/sniffnet

Sniffnet is a cross-platform network traffic monitoring application built with Rust and the iced GUI framework. The tool provides real-time network analysis with filtering capabilities, traffic statistics, and connection inspection features. It can identify over 6000 services, protocols, and threats while resolving domain names and ASN information for remote hosts.

The application supports PCAP file import/export, custom notifications for network events, and geographical location discovery for connections. Available for Windows, macOS, and Linux distributions, Sniffnet includes theme customization and multi-language support across 20+ languages. The project emphasizes user-friendly network monitoring without requiring technical expertise.

Related Insights

See All Articles
Engineering Insights
Compliance Gotcha With Hotwire

Compliance Gotcha With Hotwire

Prefetching and user privacy are fundamentally at odds. Make sure to use sensible defaults to protect your user's data.
Engineering Insights
Two Tips for Reusable UI with Stimulus

Two Tips for Reusable UI with Stimulus

Two issues we ran into implementing a library of reusable components with Stimulus, and how we worked around them.
Engineering Insights
Hotwire Native: Building Bridges

Hotwire Native: Building Bridges

A three part series exploring development with Hotwire Native
Previous
Next
See All Articles