Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →
Pipewire Alternatives
Similar projects and alternatives to pipewire
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
-
-
-
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
easyeffects
Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications
-
-
-
TinyGo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
-
JUCE
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
-
-
turso
A SQL database in Rust: SQLite-compatible, now also speaking Postgres (experimental). The LLVM of databases.
-
-
-
realtimeconfigquickscan
Discontinued Linux configuration checker for systems to be used for real-time audio
-
pulseaudio-modules-bt
Discontinued [Deprecated, see https://github.com/EHfive/pulseaudio-modules-bt/issues/154] Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pipewire discussion
pipewire reviews and mentions
-
My journey to "I use arch btw"
Once I finish installing Hyprland, I moved on to installing missing packages for audio and software I normally use. For audio, I'm using pipewire.
-
Mastering Unattended Remote Desktop on Wayland: A Modern DevOps Guide
Wayland flips this model entirely. Under the Wayland architecture, compositors enforce strict security boundaries. The actual task of capturing the screen or injecting input is handled by the xdg-desktop-portal architecture, which works in tandem with PipeWire. This approach is undoubtedly a massive security win for desktop users, but it creates a fundamental roadblock for the concept of "unattended" access. The compositor assumes that an interactive session involves a user who can verify requests via a dialog box.
-
My fully offline AI-assisted Linux development machine
PipeWire for audio
-
C Is Best
I'm not saying "automatic", I'm including "sanitizer retursn an error" as default - that's not what happens in C (or at least any C project I've worked on). You have to actively remember and choose to check the error code.
"Ubiquitous" is a different word than default, checking the return code of malloc isn't even that. As an example - I've been having some issues with pipewire recently (unrelated) and happen to know it uses an unwrapped malloc. And it doesn't reliably check the return code. For example: https://github.com/PipeWire/pipewire/blob/6ed964546586e809f7...
And again, this isn't cherry picked, this is just "the last popular open source C code base I've looked at". This is the common case in C. Either you wrap malloc to crash, or you just accept undefined behavior if malloc fails. It is the rare project that doesn't do one of those two.
- PipeWire: Greatly improve handling of audio and video under Linux
-
Firefox 116 Should Have Experimental PipeWire Camera Support
If you don't know what PipeWire is (I didn't), it's an audio-video handler - it replaces things like PulseAudio.
https://pipewire.org/
-
Are we sure that weston/wayland is the way to go?
Damn, your "audio server" seems to disagree with you.
- [Linux Gaming] Quelle distribution fournit un pipewire hors boîte?
-
PipeWire 0.3.66
PipeWire is a server and user space API to deal with multimedia pipelines. This includes:
- PipeWire 0.3.65 released
-
A note from our sponsor - Kargo
akuity.io | 13 Sep 2026
Stats
PipeWire/pipewire is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of pipewire is C.