Modding

Oxide vs Carbon: Which Rust Mod Framework to Use?

Updated July 16, 2026·3 min read

Every modded Rust server runs a mod framework – the layer that loads plugins for gather rates, kits, shops, and everything else. There are two: Oxide (also called uMod), the long-standing standard, and Carbon, the newer, performance-focused challenger. Here’s how they actually compare.

What they are

  • Oxide / uMod – the framework the Rust modding scene was built on. It has the largest plugin catalog and the most documentation, and almost every plugin is written for it first.
  • Carbon – a newer, open-source framework that’s largely drop-in compatible with Oxide plugins but designed for lower overhead and faster load times, using Harmony and runtime compilation.

Plugin compatibility

Oxide runs Oxide plugins – that’s the whole ecosystem. Carbon is built to load most of those same plugins, so the vast majority "just work." A minority of plugins that hook deep into Oxide internals may need a Carbon-specific build, though the compatibility gap has narrowed a lot. If your must-have plugin only ships an Oxide version and hasn’t been tested on Carbon, that’s worth checking first.

Performance

Performance is Carbon’s pitch. It generally boots faster and adds less overhead than Oxide, which can matter on a busy server with many plugins or on modest hardware. Oxide performs perfectly well for most servers, though – for a typical community server you’re unlikely to notice a night-and-day difference, and your config and plugin count affect framerate more than the framework choice.

Installation and updates

  • Both install by dropping files into your server folder; managed hosts often offer one-click installs for each.
  • Both must be updated after Rust’s monthly forced wipe – an outdated framework won’t load until it catches up to the new game build.
  • Carbon tends to publish updated builds quickly after a Rust update; Oxide is also usually fast, but on patch day either can lag by a few hours.

Stability and community

Oxide’s maturity means a huge base of battle-tested plugins and answers to almost any problem you’ll hit. Carbon is younger but actively developed with a growing community. Many owners keep Oxide as the safe default and try Carbon when they want the performance edge.

Which should you use?

  • Pick Oxide if you want maximum plugin compatibility, the most documentation, and a proven default – especially for your first server.
  • Pick Carbon if performance is a priority, you’re running lots of plugins, or your hardware is modest and you want the lighter footprint.
  • Either way, don’t run both at once – pick one framework per server.
Our premade setups are built to run on a standard framework install, so you can pick the one you prefer and drop the setup on top.

FAQ

Is Carbon better than Oxide for Rust?
Carbon generally has lower overhead and faster load times, while Oxide has the largest, most battle-tested plugin catalog. Carbon is better for performance; Oxide is better for maximum compatibility and support.
Do Oxide plugins work on Carbon?
Most do – Carbon is designed to be largely drop-in compatible with Oxide plugins. A minority that hook deep into Oxide internals may need a Carbon-specific version.
Can I run Oxide and Carbon together?
No. Run one mod framework per server. Pick Oxide or Carbon, not both.

Skip the setup

Rather not build it all by hand? Our premade Rust setups ship the configs, plugins, and loot tables already dialed in – drop them into your host and launch the same day.

Keep reading