Free · open-source · self-hosted

Tools for the room
you already built.

Two small apps for keeping reptiles, amphibians, and inverts — one watches the climate, one tracks the care — plus a combined display for the whole room. They run on a Raspberry Pi in your house, not on someone else's server.

No subscription · no account · no cloud · your data exports whenever you want

Built by a keeper, for an actual animal room.

These started as tools for one household's collection — a wall display that shows whether every enclosure is where it should be, and a shared care list so nothing gets fed twice or missed entirely. They're free because husbandry software shouldn't be a subscription.

Two focused tools

Each one does a single job well.

Install only what you need. They work on their own, and they work better together.

🐍

Shed

Good care shows.

A shared husbandry tracker for the whole household. Today's care list on everyone's phone, and a record you can actually look back on.

  • Daily, weekly, and custom care schedules
  • Keeper accounts, with credit for who did what
  • Weights, feeding, photos, notes, and equipment
  • Lighting plans imported from Light My Reptile
  • Feeder inventory and meal forecasting
Explore Shed →
☀️

Bask

Know the room is okay, at a glance.

Turns cheap Bluetooth sensors into a calm, room-scale climate dashboard you can read from across the room.

  • Live warm side, cool side, and humidity
  • Per-species day and night targets
  • Clear alerts with battery and signal status
  • Optional phone notifications
Explore Bask →
🌿

Haven

The whole room, one view.

Not a third app — the combined installer and the read-only room display that Bask and Shed produce together.

  • Enclosure climate beside today's unfinished care
  • One command installs both and connects them
  • Built for a wall monitor in the room
  • A deliberately limited bridge: no identities, no write access
Explore Haven →
The rules these follow

Your animals, your server, your data.

🏠

Runs in your house

Everything lives on a Raspberry Pi or other home server. No cloud account is required to use any of it.

📦

Your data leaves easily

Full JSON and CSV exports at any time, plus dated local backups. Nothing is locked in.

🧾

History you can correct

Fix a mistaken entry without erasing the record. Corrections stay visible and auditable.

🆓

Free, and staying free

MIT licensed and open source. Tips are welcome, but nothing is behind them.

One installer

One command sets up whatever you pick.

Run this on a 64-bit Raspberry Pi OS or Debian machine. It prepares Docker, installs your selection, and keeps your data safe across updates.

Install

The installer asks what you want. Pick one now and add the others later — your existing records are preserved.

curl -fsSL https://animalroom.app/install.sh | bash

Prefer to read it first? View the script — it's plain bash, and worth skimming before you pipe anything to a shell.

☀️ BaskClimate monitoring
🐍 ShedHusbandry records
🌿 HavenBask + Shed + room display
Good to know

Common questions

What hardware do I need?

A 64-bit Raspberry Pi running Raspberry Pi OS is the easiest path, though any 64-bit Debian machine works. Bask additionally needs compatible Bluetooth temperature and humidity sensors. Any browser on your home network can open the apps — phones included.

Do I have to install all of them?

No. Every app stands on its own, and the installer lets you choose. You can add another later without disturbing the data you already have.

Does any of this need the internet?

Installing and updating does. Day-to-day monitoring, care records, and the room display all run on your home network. Optional phone notifications use whichever provider you choose.

Is my data sent anywhere?

No. There is no telemetry and no account. Records live in a database on your own machine, and you can export or back up the whole thing whenever you like.

Is this husbandry or veterinary advice?

No. These tools help you monitor, plan, and record care. Species targets and schedules should come from trusted husbandry sources, and health concerns belong with a qualified exotics veterinarian.

Who makes this?

One keeper with a bioactive-heavy animal room, scratching their own itch. The code is open on GitHub — issues and pull requests are welcome, and so is a note about what you'd find useful.