Rust craft binds,
made simple.

Craft Bind Maker binds.rust-app.com

Search an item, set the quantity, copy the command.

Launch Bind Maker
See it in action

Craft your loadout with one bind

bind numpad3 craft.add 1079279582 6;craft.add -2072273936 6;craft.add 1373240771 2;craft.add 785728077 7

6 syringes, 6 bandages, 2 barricade covers, 28 pistol rounds, on numpad 3. Bullets craft 4 at a time, so 7 crafts cover the 25 you asked for — the tool does that math.

Guides

Everything I worked out while building the tool, written down properly. Every number is computed from the same 626-recipe dataset the bind maker runs on, not copied from a wiki.

All twelve guides →

Frequently Asked Questions

How do I make a craft bind in Rust?
Press F1 and enter a line like bind numpad3 craft.add 1079279582 6. Each craft.add takes an item ID and a number of crafts, and several can be chained with semicolons to craft a whole loadout from one key.
Why does the bind use a smaller number than I typed?
Some items craft in batches — one craft of Pistol Bullet yields 4, one craft of 12 Gauge Buckshot yields 2. craft.add counts crafts, not items, so asking the tool for 25 pistol rounds emits 7 crafts, which makes 28. You always get at least what you asked for, never less.
Where do I find Rust item IDs?
They are numeric and often negative, like -2072273936 for a Bandage. All 1,264 are built into the tool and searchable by name, and every item has its own page under Item List.
Does a craft bind work on any server?
Binds are client side, so yes. craft.add still respects your blueprints and workbench level, exactly like crafting by hand.
How do I remove a keybind?
Enter bind numpad3 with nothing after it. That clears whatever was assigned to the key.