Geek Labs
Author

Geek Labs

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

101
Articles
0
Likes
268
Views
0
Comments
Recent Articles

Latest from Geek Labs

100 recent articles max
Geek Labs
Geek Labs
May 9, 2026 · Backend Development

How to Run Claude Code Locally for Free with the Open‑Source Free Claude Code Proxy

This guide introduces the open‑source Free Claude Code project, explains its FastAPI‑based proxy architecture that routes Claude Code requests to various backends such as NVIDIA NIM, OpenRouter, DeepSeek, LM Studio, llama.cpp, and Ollama, and provides step‑by‑step instructions for installation, configuration, and deployment on local machines.

AI assistantClaude CodeFastAPI
0 likes · 6 min read
How to Run Claude Code Locally for Free with the Open‑Source Free Claude Code Proxy
Geek Labs
Geek Labs
May 8, 2026 · Mobile Development

Explore Baguette and OpenLess: Command‑Line iOS Simulator Control & Cross‑Platform Voice Input

This article reviews two recent open‑source GitHub projects—Baguette, a Swift‑based CLI tool that manages iOS simulators without launching Simulator.app and offers screen streaming, gesture injection, and a web UI, and OpenLess, a cross‑platform voice input utility that uses AI to transform spoken commands into structured prompts, featuring multiple output and recording modes, global hotkeys, and a fully open‑source, local‑first design.

AISwiftcommand line
0 likes · 7 min read
Explore Baguette and OpenLess: Command‑Line iOS Simulator Control & Cross‑Platform Voice Input
Geek Labs
Geek Labs
May 8, 2026 · Artificial Intelligence

Beads: Building a Memory Store for AI Coding Assistants

Beads is an open‑source, distributed graph‑based task tracker built on Dolt that adds a memory layer to AI programming assistants, preventing context loss in long‑running tasks through version‑controlled storage, dependency tracking, conflict avoidance, semantic compression, and hierarchical organization.

AI assistantBeadsDolt
0 likes · 4 min read
Beads: Building a Memory Store for AI Coding Assistants
Geek Labs
Geek Labs
May 7, 2026 · Backend Development

DS2API: Turning DeepSeek into an OpenAI‑Compatible API

DS2API is an open‑source Go‑based service that converts DeepSeek’s web interface into OpenAI, Claude, and Gemini compatible APIs, offering multi‑API support, account pool management, long‑history handling, PoW verification, and a React admin UI, with simple Docker deployment.

API compatibilityDS2APIDeepSeek
0 likes · 4 min read
DS2API: Turning DeepSeek into an OpenAI‑Compatible API
Geek Labs
Geek Labs
May 7, 2026 · Artificial Intelligence

Running Large Language Models Locally on RTX 3090: Two Open‑Source Solutions

This article introduces two recent GitHub projects—club‑3090, which enables single‑ or dual‑RTX 3090 inference of 27‑billion‑parameter models with detailed performance benchmarks, and library‑skills, a tool that keeps AI agents synchronized with the latest official library APIs—explaining their configurations, usage steps, hardware requirements, and target audiences.

AI agentsDockerRTX 3090
0 likes · 7 min read
Running Large Language Models Locally on RTX 3090: Two Open‑Source Solutions
Geek Labs
Geek Labs
May 6, 2026 · Artificial Intelligence

Build a GPT from Scratch and Decode AI Coding Jargon with Two Top GitHub Projects

The article introduces two practical GitHub repositories—how-to-train-your-gpt, a step‑by‑step guide that builds a LLaMA‑style GPT model across 12 chapters, and dictionary-of-ai-coding, a plain‑language glossary of AI‑coding terms—showing how they together provide a complete understanding of modern LLM fundamentals and terminology.

AIGPTGitHub
0 likes · 9 min read
Build a GPT from Scratch and Decode AI Coding Jargon with Two Top GitHub Projects
Geek Labs
Geek Labs
May 5, 2026 · Industry Insights

Essential Free API and Programming Book Collections Every Developer Should Know

This article introduces two highly popular GitHub repositories—public-apis, a curated list of over 1,500 free public APIs, and free-programming-books, a massive collection of free programming books and courses—detailing their categories, popularity metrics, and why they are indispensable resources for developers.

GitHubdeveloper resourcesfree APIs
0 likes · 4 min read
Essential Free API and Programming Book Collections Every Developer Should Know
Geek Labs
Geek Labs
May 4, 2026 · Artificial Intelligence

Turning Any Code Repository into an Interactive Knowledge Graph with GitNexus

GitNexus is an open‑source tool that indexes any code repository into a searchable knowledge graph, enabling AI agents to understand code structure through a CLI‑MCP mode or a web UI, and it differentiates itself from DeepWiki by focusing on deep structural analysis and tool‑use hooks.

AI agentsCode AnalysisGitNexus
0 likes · 5 min read
Turning Any Code Repository into an Interactive Knowledge Graph with GitNexus
Geek Labs
Geek Labs
May 3, 2026 · Frontend Development

Edit Word Docs Directly in the Browser with This Open‑Source Engine

SuperDoc is an open‑source DOCX engine that parses and renders real .docx files in the browser with full format fidelity, offers one‑click integration for major front‑end frameworks, real‑time Yjs collaboration, and AI‑driven document automation.

AI automationBrowserFrontend
0 likes · 5 min read
Edit Word Docs Directly in the Browser with This Open‑Source Engine
Geek Labs
Geek Labs
May 3, 2026 · Artificial Intelligence

VibeVoice: Microsoft’s Open‑Source Cutting‑Edge Speech AI Models

The article introduces Microsoft’s open‑source VibeVoice project, detailing its long‑audio ASR‑7B and real‑time TTS‑0.5B models, the continuous speech tokenizer and next‑token diffusion techniques, and provides quick‑start instructions for online demos and local deployment via Hugging Face.

Hugging FaceMicrosoftVibeVoice
0 likes · 3 min read
VibeVoice: Microsoft’s Open‑Source Cutting‑Edge Speech AI Models