Posts tagged with: Go
Content related to Go
Pinchtab: The 12MB Go Browser API for AI Agents
Discover Pinchtab, a tiny self‑contained Go binary that turns any AI agent into a browser navigator. With a simple HTTP API, headless or headed modes, stealth, session persistence, and token‑efficient text extraction, Pinchtab cuts cost and complexity. Learn how to install, configure, and leverage its powerful features for web automation, scraping, and AI workflows.
sql‑tap: Real‑Time SQL Watching with TUI and Web UI
Discover sql‑tap, a lightweight Go‑based proxy that lets you monitor PostgreSQL, MySQL and TiDB traffic in real time without touching your application code. Learn how to install it via Homebrew, Go, Docker or source, launch the terminal UI or web dashboard, and use built‑in N+1 query detection, EXPLAIN support, and query analytics. Perfect for developers and DBAs looking to spot slow queries, debug transactions and improve performance. Get a step‑by‑step guide and best‑practice tips in this comprehensive walkthrough.
PicoClaw: Ultra‑Lightweight Go AI Assistant for <$10 Hardware
PicoClaw is a tiny, high‑speed AI assistant coded in Go that runs on a $10 board with less than 10 MB of memory. It boots in one second, supports RISC‑V, ARM, and x86, and can even turn an old Android phone into a smart assistant via Termux. With built‑in webhook support for Telegram, Discord, and more, PicoClaw turns a cheap SBC into a full‑featured agent without any proprietary token. This article walks through the repo’s key features, quick start, advanced deployment options, and security sandboxing, so developers can quickly prototype low‑cost AI solutions.
Drip: Open-Source Self‑Hosted Tunnel for Unlimited Bandwidth
Looking for a no‑cost, private tunneling solution? Drip lets you expose any local service to the internet without third‑party servers, using zero‑cost domains, bearer‑token auth, and unlimited bandwidth. Built in Go, it’s fast, lightweight, and fully customizable. This guide covers installation, configuration, and real‑world use cases so you can replace ngrok, localtunnel, or serve with your own infrastructure.
ASC CLI: Fast, Scriptable Automation for App Store Connect
Discover ASC CLI—an open‑source Go tool that turns App Store Connect into a command‑line playground. Learn how to install via Homebrew or from source, authenticate with API keys, and run automated scripts for builds, TestFlight, reviews, and more. Its JSON‑first output, zero‑interaction design, and built‑in update checks make ASC ideal for CI/CD pipelines and dev‑ops teams that need a lightweight, scriptable bridge between Xcode and App Store Connect.
Res-Downloader: Grab Videos from WeChat, Douyin & More
Res‑Downloader is an intuitive, open‑source cross‑platform utility built with Go and Wails that captures videos, music, images, and live streams from popular Chinese social platforms such as WeChat, Douyin, Kuaishou, and more. With a simple UI and lightweight proxy, users can start downloads with just a few clicks. This guide walks you through installation, configuration, and typical use cases – from grabbing a single short video to downloading m3u8 streams. Whether you are a content creator or a curious tech enthusiast, Res‑Downloader offers a fast, reliable, and legal way to archive online media.
Huobao Drama: Open‑Source AI Short‑Drama Generator
Discover how Huobao Drama transforms a single line of dialogue into a polished short film in minutes. Built on Go, Vue3, and state‑of‑the‑art LLMs, this end‑to‑end system handles script parsing, character imaging, storyboarding, and video synthesis. The article walks you through its architecture, setup with Docker or classic deployment, key features, and how you can contribute to this growing open‑source AI creative toolkit.
Embed Static Files into Your Go Binary Using statik
If you’re developing a Go application with a web front‑end, you’ll often need to bundle static assets like HTML, CSS, JavaScript, and images. Hand‑carrying those files or deploying them separately can be error‑prone. The statik tool solves this by embedding an entire directory into your Go binary. In this tutorial you’ll learn how to install statik, generate the embedded source, filter file types, access files at runtime, and serve them with an HTTP server. Following the step‑by‑step example will let you ship a single binary, simplify deployment, and maintain deterministic builds.
Fiber: The Express-Inspired Go Web Framework for Speed
Discover Fiber, the high-performance, Express-inspired web framework for Go. Built on Fasthttp, Fiber offers zero memory allocation and rapid development features for building web applications and APIs. This article provides an overview of Fiber's core features, benchmarks, installation guide, and quickstart examples for routing, middleware, and rendering. Learn why Fiber is gaining popularity among Gophers transitioning from Node.js and how its rich ecosystem of internal and external middlewares can streamline your development process. Explore its philosophy of minimalism and efficiency, making it an excellent choice for fast, flexible, and friendly server-side programming in Go.