OSS Tanbou

PocketBase — A single Go binary for SQLite, realtime data, auth, files, admin UI, and APIs

OSS health 93
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
61,068
Primary language
Go
License
MIT
Repository last updated
Sep 16, 2026

Overview

PocketBase bundles embedded SQLite, realtime subscriptions, user and file management, an admin dashboard, and a REST-ish API into one Go executable. It can run standalone or be embedded as a Go library. The latest release checked on September 17, 2026 is v0.40.4.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Bundle database, realtime, auth, files, and admin tooling in one executable

PocketBase combines embedded SQLite with realtime subscriptions, user/file management, an admin dashboard, and REST-ish APIs, keeping the backend footprint compact.

Sources: [2]

Run it standalone or embed it inside a custom Go application

The official README supports both prebuilt executables and a Go-library approach where custom routes and business logic are compiled into a single portable binary.

Sources: [2]

Useful when small-to-medium applications need a compact backend stack

It fits prototypes, internal tools, personal projects, and services that benefit from a single-binary backend, especially when Go-based customization is useful.

Sources: [2]

It is still pre-1.0 and full backward compatibility is not guaranteed

The README explicitly warns that full backward compatibility is not guaranteed before v1.0.0. Production users should review release notes and verify schema, hooks, and SDK compatibility before upgrades.

Sources: [2][3]

Official sources

  1. [1]pocketbase/pocketbase — GitHub repository metadata(2026-09-17)
  2. [2]PocketBase — README(2026-09-17)
  3. [3]PocketBase v0.40.4 release(2026-09-17)
Supplemental curator note

Its strength is a compact backend footprint with Go extensibility. Pre-1.0 upgrades require compatibility checks.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/pocketbase/pocketbase.git
  2. 2

    Enter the repository

    cd pocketbase
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

61,068 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
73
Open PRs
0

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • authentication
  • backend
  • realtime
  • golang
Stars
61,068
Forks
3,689
Watchers
323
Open issues
19
Primary language
Go
License
MIT
Repository last updated
Sep 16, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.

PocketBase — Single-binary SQLite, Realtime, Auth, and API Backend | OSS Tanbou