Gotify vs ntfy

A side-by-side comparison of two self-hosted home automation options — licensing, setup difficulty, resource needs, and what each one replaces.

Not the right match-up?
FeatureGotifyntfy
Deploy effortUnder-an-hour setup≈5-minute setup
Health score95 · Excellent98 · Excellent
CategoryHome AutomationHome Automation
LicenseMITApache-2.0
LanguageGoGo
Setup difficultyEasyEasy
Min. RAM64 MB64 MB
Deploymentdocker, binarydocker, binary
GitHub stars★ 15,950★ 34,377
First released20182021
ReplacesPushover, Firebase Cloud MessagingPushover, Pushbullet

What are Gotify and ntfy?

Gotify

Gotify is a self-hosted push notification server written in Go. Applications send messages through a REST API and users receive them via the web UI or the Gotify Android app. It ships as a single binary or Docker image with plugin support.

  • Self-hosted push notifications
  • REST API for sending
  • Android app and web UI
  • Plugin support

Read the full Gotify guide →

ntfy

ntfy is a simple, self-hostable pub-sub notification service that lets you send push notifications to phones and desktops via HTTP. It is widely used to deliver alerts from automation and scripts.

  • HTTP-based notifications
  • Android and iOS apps
  • Topic-based pub-sub
  • No account required

Read the full ntfy guide →

Gotify vs ntfy: key differences

Both projects are written in Go. Licensing differs — MIT for Gotify versus Apache-2.0 for ntfy. Gotify is the more established project (first released 2018), while ntfy arrived in 2021. Ntfy has the considerably larger community, at 34,377 GitHub stars versus 15,950.

Why pick each one

Choose Gotify if…

  • Very lightweight
  • Simple to integrate

Watch out for

  • Android-focused apps
  • No native iOS app
Gotify details

Choose ntfy if…

  • Extremely easy to use
  • Cross-platform apps

Watch out for

  • Public instance has limits
  • Self-hosting iOS needs config
ntfy details

Frequently asked questions

Is Gotify or ntfy better?

Neither is universally better. ntfy has the larger community; both share a easy setup difficulty, so the decision comes down to features and licensing.

Are Gotify and ntfy free and open-source?

Yes. Gotify is licensed under MIT and ntfy under Apache-2.0. Both can be self-hosted at no software cost.

Can I run Gotify and ntfy with Docker?

Gotify: yes. ntfy: yes.