opencode
opencode is an AI coding agent built for the terminal.
compile.nvim Meet compile.nvim, the Neovim plugin that brings integrated compilation right into your workflow! It’s inspired by the famous Emacs Compilation Mode, but utilizing Neovim terminal buffer. Instead of just piping …
top #1 and most feature rich GPT wrapper for git — generate commit messages with an LLM in 1 sec — works best with Claude or GPT, supports local models …
A cool, dark, low contrast colorscheme for Neovim. Pastel yet vivid, like a fleeting memory… https://github.com/vague2k/vague.nvim
Galene (or Galène) is a videoconference server (an “SFU”) that is easy to deploy and that requires very moderate server resources. It was originally designed for lectures, conferences and student …
Why Go kit? Go kit is a programming toolkit for building microservices (or elegant monoliths) in Go. We solve common problems in distributed systems and application architecture so you can …
Wails v2 turns what used to be tedious and painful into a delightfully simple process. Use the tools you know to create cross-platform desktop apps. Everyone wins! https://github.com/wailsapp/wails Wails is …
The Model Context Protocol(MCP) was introduced in 2024 by Anthropic, drawing inspiration from the Language Server Protocol (LSP), which revolutionized the integration of programming tools with code editors. MCP addresses …
Singleflight is a pattern and corresponding package in Go’s golang.org/x/sync/singleflight library. Its primary purpose is to ensure that only one call to an expensive or duplicative operation is in flight …