Geek Labs
Author

Geek Labs

Daily shares of interesting GitHub open-source projects. AI tools, automation gems, technical tutorials, open-source inspiration.

182
Articles
0
Likes
1.7k
Views
0
Comments
Recent Articles

Latest from Geek Labs

100 recent articles max
Geek Labs
Geek Labs
Aug 15, 2026 · Artificial Intelligence

Edit Video on the Fly: JD’s Open‑Source Real‑Time Streaming Editor JoyAI‑Video‑Edit

JoyAI‑Video‑Edit, an open‑source system from JD, enables real‑time, frame‑by‑frame video editing driven by natural‑language commands, achieving 30 FPS at 720p and offering capabilities such as subject replacement, background swapping, style transfer, and motion alteration, while contrasting sharply with traditional offline batch editors.

AI video editingPythoncausal VAE
0 likes · 12 min read
Edit Video on the Fly: JD’s Open‑Source Real‑Time Streaming Editor JoyAI‑Video‑Edit
Geek Labs
Geek Labs
Aug 14, 2026 · Artificial Intelligence

How a Fully Local AI Memory System (MemoMind) Gives AI a Brain That Never Forgets

MemoMind is a 100% local, GPU‑accelerated AI memory platform that builds a persistent knowledge graph from every interaction, enabling AI coding assistants to retain decisions, recall context across sessions, and reason over accumulated facts without exposing data to the cloud.

AI memoryClaude CodeGPU acceleration
0 likes · 15 min read
How a Fully Local AI Memory System (MemoMind) Gives AI a Brain That Never Forgets
Geek Labs
Geek Labs
Aug 14, 2026 · Artificial Intelligence

Equipping an AI Coding Assistant with Networked Eyes: pi-web-access

pi-web-access is a TypeScript extension that gives the Pi AI coding agent web search, content extraction, video understanding, and GitHub cloning capabilities, using a zero‑configuration fallback chain of multiple search and reader services to ensure reliable, on‑the‑fly information retrieval for developers.

AI codingGitHub cloningPi Agent
0 likes · 14 min read
Equipping an AI Coding Assistant with Networked Eyes: pi-web-access
Geek Labs
Geek Labs
Aug 13, 2026 · Operations

Why a Terminal Sidebar Could Be the Missing Piece for AI Coding Assistants

Sidecar is a terminal‑based DevOps sidebar that consolidates git status, file changes, task progress, and multi‑agent conversation histories into a single TUI, letting developers monitor and control AI coding assistants without leaving the terminal, while offering shortcuts, plugin architecture, and cross‑agent support, but it requires terminal familiarity and has some documentation gaps.

AI coding assistantsDevOpsGit-integration
0 likes · 11 min read
Why a Terminal Sidebar Could Be the Missing Piece for AI Coding Assistants
Geek Labs
Geek Labs
Aug 13, 2026 · Artificial Intelligence

How Centaur Enables a Secure, Unified Self‑Hosted AI Agent for the Whole Team

Centaur transforms personal AI coding assistants into a self‑hosted, team‑shared platform by deploying agents in isolated Kubernetes sandboxes, using iron‑proxy for credential injection, persisting workflows in Postgres, and providing Slack and HTTP interfaces, thus solving configuration duplication, credential leakage, context fragmentation, and audit challenges.

AI AgentsKubernetesSecurity
0 likes · 15 min read
How Centaur Enables a Secure, Unified Self‑Hosted AI Agent for the Whole Team
Geek Labs
Geek Labs
Aug 12, 2026 · Operations

Convert Word, PPT, PDF to Markdown in 4.7 ms – 14 Formats Supported

Anydoc is an open‑source tool that instantly converts Word, PPT, Excel, PDF and other office files into clean Markdown, supporting 14 formats, running in a median of 4.7 ms versus LibreOffice’s 1.1 s, with local PDF parsing and easy CLI or library integration.

CLIMarkdownNode.js
0 likes · 7 min read
Convert Word, PPT, PDF to Markdown in 4.7 ms – 14 Formats Supported
Geek Labs
Geek Labs
Aug 12, 2026 · Artificial Intelligence

How GenOffice Uses AI to Edit Docs Without Breaking Formatting

GenOffice is an open‑source, AI‑native office suite for macOS and Windows that preserves document formatting at the byte level by editing only selected paragraphs and regenerating unchanged parts, allowing AI‑driven revisions without the layout corruption typical of other AI‑document tools.

AI editingTypeScriptdocument formatting
0 likes · 6 min read
How GenOffice Uses AI to Edit Docs Without Breaking Formatting
Geek Labs
Geek Labs
Aug 9, 2026 · Backend Development

Microsoft’s Official .NET Skills Library Empowers AI Coding Agents

dotnet/skills is an official Microsoft .NET team project that provides 15 plugins covering LSP, MSBuild, testing, migration, AI integration and more, enabling AI coding agents across Copilot CLI, Claude Code, Cursor and Codex to handle deep .NET tasks with higher accuracy and continuous evaluation via a public dashboard.

AI coding agentsLSPMSBuild
0 likes · 14 min read
Microsoft’s Official .NET Skills Library Empowers AI Coding Agents