OpenSource-Hub
DiscoverTrendingCode LibraryCategories
Browse All Categories/Golang

Golang

6 open source tools found

G
Developer Tools

gitea

A lightweight, self-hosted Git service with built-in CI/CD, easier than GitLab.

A painless self-hosted Git service. Lightweight, cross-platform, and easy to set up.

Delete the Gitea binary and its data directory (default ~/.gitea or custom path) to fully uninstall.
55.6kChecksum
O
File Management

opencloud

A no-database cloud storage backend that stores files directly on disk for minimal complexity.

Self-hosted cloud storage backend with file system storage, no database, and OpenID Connect authentication.

Stop the server, delete the binary, and run rm -rf ~/.opencloud to remove all configuration and data. Data cannot be recovered, so back up important files first.
5.4kChecksum

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
W
Office Productivity

writefreely

A clean, minimalist open-source blogging platform that puts writing first.

WriteFreely is a distraction-free, privacy-respecting publishing platform for writers. Create blogs, share knowledge, or build communities with ActivityPub federation.

Delete the extracted directory and the database file (default writefreely.db). Remove config.ini if you want to clean all settings.
5.2kChecksum
A
Developer Tools

algernon

All-in-one self-contained web server with built-in Lua, Markdown, databases and HTTP/2/QUIC – zero config.

Algernon is a small self-contained web server that bundles Lua, Markdown, Pongo2, Amber, Sass, JSX, multiple databases, user permissions and rate limiting in a single executable. Supports QUIC, HTTP/2, and plain HTTP out of the box.

Delete the Algernon binary. If installed via `go install`, run `rm $(which algernon)` or remove from Go module cache.
3.0kChecksum
A
System Optimization

Artalk

Self-hosted comment system: light, fast, privacy-first, with a 40KB client and Go backend.

Artalk is a self-hosted comment system with a lightweight Vanilla JS client (~40KB) and a Go-powered backend. It supports Docker one-click deployment, social login, email notifications, captcha, multi-site management, and more. Privacy-focused, ready to replace third-party services.

Stop and remove the Docker container: docker stop artalk && docker rm artalk, and delete the data directory (e.g., $(pwd)/data) if no longer needed. For binary install, simply delete the executable and config file.
2.3kChecksum
G
Developer Tools

gocron

Write a YAML file to schedule jobs, monitor via web UI, includes built-in backup tools.

A lightweight cron job scheduler with YAML configuration and web UI, built with Go and Vue.js.

Remove the binary or Docker container. Delete the config directory (SQLite DB is stored there by default) if you want to purge all data.
539Checksum