Track your gear.
Run your rentals.

Open Source No Lock-in Easy Installation

Features

Equipment

Bulk quantities or serialized items, with categories and photos.

Rentals

Check out gear to people, set due dates, track returns.

Import & Export

CSV in, CSV out. Your data is never locked in.

Open Source

AGPL v3. Self-host it, audit it, contribute to it. View on GitHub.

Pricing

Self-host for free with all features included. Managed, worry-free cloud on request.

Self-host

Free

Run on your own server with Docker

  • Equipment
  • Rentals
  • Import & Export

Cloud

By request

The software is free. You pay for the convenience of not running it yourself

  • Equipment
  • Rentals
  • Import & Export

Roadmap

Gearberg is in active development. Here is what is done and what is coming next. Read the full specification on GitHub.

  • M0: Settings


  • M1: Equipment


  • M2: Import & Export


  • M3: Login


  • M4: Rentals

Quickstart

Try it with a single Docker command:

docker run -it -p 8080:8080 nixos/nix \
  nix --extra-experimental-features "nix-command flakes" \
  run github:bit8bytes/gearberg -- serve

Then open http://localhost:8080 in your browser.

Frequently Asked Questions

Who is Gearberg for?

Individuals, freelancers, and small businesses who need straightforward equipment tracking and rentals.

What problems does Gearberg solve?

Knowing what gear you own, where it is, and whether it's available. Without spreadsheets or expensive rental software.

Can I export my data?

Yes. Export your equipment list as CSV at any time.

What license is Gearberg released under?

Gearberg is licensed under the AGPL-3.0. You can use, study, modify, and distribute it. Any modifications you deploy over a network must be released under the same license.

Ready to get started?

Try the demo or run it yourself with a single Docker command.