# Umbrel

> Source: https://timechain.wiki/wiki/umbrel · TimechainWiki, the Bitcoin encyclopedia. (note · self-custody)

> Umbrel is the most consumer-friendly Bitcoin full-node platform in the 2026 landscape. Founded by Mayank Chhabra and a small team, it publishes an open-source Linux-based OS (Umbrel OS) plus an app-store paradigm that one-click-installs Bitcoin Core, Electrs, Lightning (LND), BTCPay Server, mempool.space, Sparrow Server, and dozens of other services. Hardware options span pre-built Umbrel Home devices ($300+), Raspberry Pi DIY builds ($60-150 in parts), and existing-hardware installations. The distinguishing feature is UX — the easiest entry point for first-time node operators, with active development and the largest operator community in the space; the trade-off is that some convenience defaults aren't the strongest sovereignty choices (the cloud relay for remote access introduces a vendor dependency for users who opt in). For most Tier 1-2 holders considering node operation for the first time, Umbrel is the structurally right starting point; sovereignty-first holders should consider [Start9](https://timechain.wiki/wiki/start9.md) instead.

---

## What this is

**Vendor**: Umbrel (umbrel.com). Founded by Mayank Chhabra and a small team. Open-source under Polyform Strict licence (source-available for non-commercial use); the core Bitcoin and Lightning components remain under their respective open-source licences.

**Products as of 2026-05-14**:

- **Umbrel Home** ($300+) — pre-built dedicated hardware (Intel NUC-class); ships with Umbrel OS pre-installed
- **DIY on Raspberry Pi** — parts list published by Umbrel; Pi 4 or 5; total cost ~$60-150
- **Existing hardware** — Umbrel OS installs on most x86 and ARM Linux-compatible machines

**Platform**: Umbrel OS — Debian-based Linux with the Umbrel app store layered on top. The app store provides:

- **Bitcoin Core** — full node, validated chain
- **Electrs** — Electrum server for wallet queries
- **Lightning (LND, Core Lightning)** — Lightning Network operation
- **BTCPay Server** — merchant payments, donation accepting
- **mempool.space** — block explorer (self-hosted)
- **Sparrow Server** — backend for Sparrow Wallet
- **dozens of other services** — both Bitcoin-related and general-purpose (Nextcloud, Home Assistant, Jellyfin, etc.)

The app-store paradigm is the principal UX differentiator — users browse, click "install," and the service comes up configured to work with the rest of the Umbrel stack.

---

## Who this is for

Umbrel is a strong fit for:

- **First-time node operators** — the UX is the most approachable in the space
- **Multi-service users** — Bitcoin Core + Lightning + BTCPay + mempool.space + ancillary services in one stack
- **Active operators** — users who will use the dashboard regularly
- **Plug-and-play preference** — users who want hardware that works out-of-the-box

Umbrel is **less appropriate** for:

- **Strict sovereignty-first holders** — [Start9](https://timechain.wiki/wiki/start9.md) is structurally more aligned
- **Users who already operate Linux servers** — custom Bitcoin Core install may be cleaner
- **Users uncomfortable with the licence** — the Polyform Strict licence is source-available but not OSI; some prefer GPL or similar

---

## Features and capabilities

### Hardware options

- **Umbrel Home** — pre-built; powerful Intel-based hardware; quiet; consumer-grade design
- **Raspberry Pi 4/5 builds** — published parts list; small; quiet; affordable
- **Existing hardware** — Umbrel OS on a spare machine; works on most platforms

### Software stack

- **Umbrel OS** — the operating system
- **The Umbrel app store** — Bitcoin and non-Bitcoin services in a curated catalog
- **The Umbrel dashboard** — web-based interface accessible on the home network or via Umbrel's relay service
- **Automatic updates** — push updates from Umbrel for OS and apps

### Bitcoin-specific features

- Bitcoin Core with pruning options and full-chain options
- Electrs for wallet backend
- Lightning Network support (LND or Core Lightning)
- Tor support; Tor onion address for the Electrum server (for remote wallet access)
- Integration with major wallets (Sparrow, Specter, Nunchuk, Electrum, BlueWallet, Phoenix)

---

## Tradeoffs vs alternatives

| Dimension | Umbrel | Start9 | Raspiblitz | Custom Bitcoin Core |
|---|---|---|---|---|
| Hardware cost | $60-300 | $300-1000 | $150-250 | Variable |
| UX | Best | Good | Adequate | None (manual) |
| Sovereignty | Good | Best | Good | Best (no vendor) |
| App ecosystem | Largest | Smaller curated | Limited | None |
| Community size | Largest | Smaller | Medium | N/A |
| Cloud relay option | Yes (opt-in) | No | No | N/A |
| Tor defaults | Available, not always default | Tor by default | Available | Manual |
| Licence | Polyform Strict | MIT (StartOS) | MIT | Various |

Umbrel's principal advantages: UX, app ecosystem, community. Start9's: sovereignty-first defaults. Raspiblitz's: open-source community-driven, lowest cost. Custom Bitcoin Core: maximum control.

---

## Setup and operation

The setup flow:

1. **Acquire hardware** — Umbrel Home shipped from Umbrel, or DIY Raspberry Pi following the parts list
2. **Install Umbrel OS** — image to an SD card or NVMe drive; first boot configures the system
3. **Initial setup** — set password; the system installs base services
4. **Install Bitcoin Core** — from the app store; one-click; Umbrel handles the Initial Block Download (1-3 days)
5. **Install Electrs** — from the app store; one-click; pairs with Bitcoin Core automatically
6. **Configure wallets** — point Sparrow, Specter, Nunchuk, etc. at the local Electrs (see [Connecting wallets to your own node](https://timechain.wiki/wiki/connecting-wallets-to-your-own-node.md))

Day-to-day operation is light. The dashboard provides status and lets the operator install additional services. Updates are pushed by Umbrel.

---

## Security considerations

### Strengths

- **Open-source core**: Bitcoin Core, Electrs, LND are all open-source under their respective licences
- **Tor support**: integrated into the platform
- **Active maintenance**: frequent updates; security patches are pushed quickly
- **Reasonable defaults**: out-of-the-box configuration is structurally sound for most users
- **Community**: large community means issues are discovered and addressed quickly

### Known concerns

- **Polyform Strict licence**: source-available but not OSI-approved; some open-source purists treat this as a meaningful gap
- **Umbrel cloud relay**: optional service that allows remote dashboard access without VPN/Tor setup. Introduces a vendor dependency for users who opt in. Opt-out is supported.
- **The app store** includes non-Bitcoin services that some sovereignty-aligned holders would not install
- **Default configurations** are convenience-first in some respects; users with strong privacy/sovereignty preferences should review the defaults

### Supply-chain integrity

The Umbrel OS image is signed and the GPG signature is published. Verify the image before installation. Umbrel Home pre-built hardware ships from a vetted supplier; verify packaging.

---

## Pricing and acquisition

_As of 2026-05-14_:

- **Umbrel Home**: $300+ depending on configuration
- **Umbrel OS** (software): free
- **DIY parts**: $60-150 total

**Authorized channels**: umbrel.com for Umbrel Home; community-published parts lists for DIY.

---

## Common pitfalls

**Treating the app store as security-validated.** The app store curates services; each service has its own security profile. Don't install untrusted apps reflexively.

**Skipping Tor configuration.** For sovereignty-aligned use, Tor should be enabled for relevant services.

**Using the cloud relay without understanding it.** The relay service is convenient but introduces a Umbrel-hosted intermediary. Opt out if sovereignty matters.

**Letting updates run automatically without review.** Updates are pushed by Umbrel; for substantial setups, reviewing the changelog before updating is appropriate.

**Forgetting to back up the node configuration.** Lightning channels and app data are not trivially recoverable. Use Umbrel's backup mechanisms.

**Operating the node on the same machine as everyday-use.** Dedicated machine is structurally cleaner.

---

## Tooling and resources

- **umbrel.com** — official site
- The Umbrel community forum and Discord
- The Umbrel GitHub repositories — Umbrel OS source and app definitions
- [Running a full node](https://timechain.wiki/wiki/running-a-full-node.md) — the framework
- [Node hardware options](https://timechain.wiki/wiki/node-hardware-options.md) — the comparative landscape

**The synthesis document**: *Bitcoin Self-Custody & Security* (LegacyCipher, April 2026) — Umbrel treated as the consumer-friendly platform.

_As of 2026-05-14_: Umbrel is actively developed; Umbrel Home shipped in 2024 and is the current flagship hardware.

---

## Related notes

**The framing context**:

- [Running a full node](https://timechain.wiki/wiki/running-a-full-node.md) — when and why to run one
- [Node hardware options](https://timechain.wiki/wiki/node-hardware-options.md) — the platform comparison
- [Connecting wallets to your own node](https://timechain.wiki/wiki/connecting-wallets-to-your-own-node.md) — the wallet-side configuration

**Adjacent platform**:

- [Start9](https://timechain.wiki/wiki/start9.md) — the sovereignty-aligned alternative

**Custody configurations**:

- [Multisig setups](https://timechain.wiki/wiki/multisig-setups.md) — Umbrel's Sparrow Server integration
- [Collaborative custody services](https://timechain.wiki/wiki/collaborative-custody-services.md)

**The sub-MOC home**:

- [Practical self-custody and sovereignty](https://timechain.wiki/wiki/practical-self-custody-and-sovereignty.md)
