
Opengist
Self-hosted Git-powered gist and pastebin

Opengist is a lightweight, self-hosted gist service for publishing and collaborating on code snippets and text pastes. It is designed as an alternative to GitHub Gist, with content stored in Git repositories for versioning and portability.
Key Features
- Git-backed storage for gists (history/versioning via commits)
- Public and private gists with sharing links
- Syntax highlighting for many languages
- Markdown rendering for README-style snippets
- Revisions and diff/history browsing
- User accounts with administration capabilities
- Import/migration support from GitHub Gist (via tooling/workflows provided by the project)
- HTTP(S) deployment support with reverse proxies (common Docker-based deployment patterns)
Use Cases
- Internal “team gist” for reusable snippets, runbooks, and config examples
- Personal pastebin for sharing logs, commands, and short notes
- Lightweight snippet hosting for projects that don’t want full Git forge overhead
Limitations and Considerations
- Focused specifically on gists/snippets; it is not a full Git hosting platform (no full PR/issue workflows)
Opengist fits teams and individuals who want gist-like sharing with Git-native versioning, simple governance, and easy portability. It is especially useful when you need a minimal snippet service that stays under your control while remaining compatible with common Git-based workflows.
Categories:
Tags:
Tech Stack:
Similar Services

CyberChef
The Cyber Swiss Army Knife for data analysis and decoding
Browser-based tool for decoding, encoding, encryption, and data analysis using a drag-and-drop “recipe” workflow for security, DFIR, and engineering tasks.

Etherpad
Real-time collaborative text editor with plugin ecosystem
Etherpad is a real-time collaborative editor for notes and documents, featuring live multi-user editing, version history, and an extensible plugin system.


Asciinema
Record and share terminal sessions as lightweight asciicasts
CLI tool and web app to record, replay, and share terminal sessions in a compact, text-based format with copyable output and embeddable players.


OmniTools
Self-hosted web toolbox for everyday developer and data tasks
A self-hosted, browser-based collection of utilities for encoding/decoding, text and data conversion, and other common developer-friendly tools in one place.

PrivateBin
Zero-knowledge pastebin with end-to-end encryption
Self-hosted, zero-knowledge pastebin that encrypts text in the browser, supports file attachments, expiration, burn-after-reading, and discussion threads.

HedgeDoc
Real-time collaborative Markdown notes with publishing options
Self-hosted, real-time collaborative Markdown editor for teams, with note sharing, history, and flexible publishing via links and permissions.
JavaScript