GitHub 트렌딩을 그대로 나열하지 않고, Claude Code · RAG · 로컬 AI · 에이전트 워크플로우 · 평가 도구 · AI 앱 빌더 관점에서 실제 빌더가 쓸 만한 오픈소스 스택을 다시 정리합니다.
모드 필터는 Lattice가 상위 후보군에서 선별한 큐레이션 뷰입니다.
로컬에서 AI 모델을 실행하고 관리하는 자체 호스팅 워크스페이스이다. 프라이버시를 중요하게 생각하거나 특정 인프라에서 AI 작업을 수행하려는 개발자에게 유용하다.
Self-hosted AI workspace.
OSS LLM 추론 엔진의 사실상 표준. PagedAttention 기반으로 처리량이 매우 높아요.
A high-throughput and memory-efficient inference and serving engine for LLMs.
Metal GPU에서 LLM을 빠르게 로컬 추론하는 C 엔진입니다. Apple Silicon 기기에서 고성능 AI를 실행할 수 있도록 설계되었습니다.
DeepSeek 4 Flash and PRO local inference engine for Metal, CUDA and ROCm
로컬에서 LLM을 한 줄로 띄우고 OpenAI 호환 API로 쓰게 해줍니다. 프라이버시·비용 둘 다 챙기고 싶을 때 첫 번째 선택.
Get up and running with large language models locally — Llama, Gemma, Mistral, and more.
Llama 같은 모델을 일반 PC에서 돌리는 C++ 구현. Ollama 등 많은 도구가 이걸 기반으로.
LLM inference in C/C++ — runs Llama and friends on consumer hardware.
여러 LLM 프로바이더를 한 UI에서 쓰게 해주는 오픈소스 챗 앱. 셀프호스팅·플러그인·아티팩트까지 가벼운데 풍부.
An open-source, modern-design AI chat framework. Supports Multi AI Providers (OpenAI / Claude / Gemini / Bedrock / Ollama / DeepSeek).
셀프호스팅 가능한 ChatGPT 클론. 다중 모델·에이전트·플러그인이 다 들어있고 기업용에 적합해요.
Enhanced ChatGPT clone — multi-model, agents, plugins, search.
로지텍 Options+의 로컬 우선 대안으로, Rust로 작성된 마우스 제어 애플리케이션이다. 버튼 리매핑, DPI, SmartShift 설정 등을 계정이나 원격 측정 없이 직접 제어한다.
⚡️A native, local-first alternative to Logitech Options+, written in Rust 🦀 — remap buttons, DPI, and SmartShift over HID++. No account, no telemetry.
어떤 웹사이트든 JavaScript를 제거한 상태로 오프라인 보기를 위해 미러링한다. 정적 콘텐츠 보존 및 분석에 유용하며, 동적인 요소 없이 웹페이지를 저장할 때 사용한다.
Shadow any website for offline viewing, with the JavaScript stripped out
WHOOP 피트니스 스트랩 데이터를 클라우드 없이 로컬 기기에 저장하는 오프라인 컴패니언 앱이다. 계정 생성이나 구독 없이 Bluetooth로 연결하며, 사용자 프라이버시를 중요하게 생각할 때 최적의 대안이다.
Offline WHOOP companion — pair your strap over Bluetooth, keep all data on your own device. No cloud, no account, no subscription.
기업이 외부에 데이터 안 내보내고 RAG·챗 운영할 때 쓰는 H2O.ai의 풀 솔루션.
Private chat with local GPT — fully self-hosted, RAG-ready.
완전 오프라인 RAG의 선구자. 보안이 중요한 환경에서 첫 후보로 검토.
Interact with your documents using the power of GPT, 100% privately, no data leaks.
터미널에서 Ollama 모델 chat. 노트북에서 빠르게 LLM 실험할 때 유용.
A text-based terminal client for Ollama.
강력한 AI 클라이언트.
Powerful AI Client
깃허브를 위한 클라우드 인프라를 제공합니다.
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
자체 호스트 Git 서비스, Docker 및 MySQL/PostgreSQL 지원
The painless way to host your own Git service
고성능 오픈소스 사진 및 동영상 관리 솔루션. Google 포토 대안으로 프라이버시를 지키며 클라우드에 사진을 보관합니다.
High performance self-hosted photo and video management solution.
개인 지식 관리를 위한 오픈 소스 소프트웨어. 프라이버시를 우선하는 자체 호스팅 가능.
A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.
메모를 저장하고 관리하는 앱입니다.
Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.
양방향 링크 기반 노트 도구. Roam Research·Obsidian과 함께 PKM의 한 축.
A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: https://logseq.io/p/NX4mc_ggEV
Vercel, Netlify, Heroku와 같은 배포 플랫폼 대안.
Open Source Alternative to Vercel, Netlify and Heroku.
AI-powered answering engine. AI 에이전트, LLM.
Vane is an AI-powered answering engine.
관리자 패널, 내부 도구 및 대시보드를 위한 플랫폼.
Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
JVM 기반 LLM 애플리케이션 개발을 위한 자바 라이브러리다. 다양한 LLM과 벡터 스토어에 대한 통합 API를 제공하며, RAG 및 에이전트 구현을 간소화한다.
LangChain4j is an idiomatic, open-source Java library for building LLM-powered applications on the JVM. It offers a unified API over popular LLM providers and vector stores, and makes implementing tool calling (including MCP support), agents and RAG easy. It integrates seamlessly with enterprise Java frameworks like Quarkus and Spring Boot.
Vercel, Heroku 및 Netlify와 같은 PaaS 대체 오픈 소스. 자체 호스팅을 통해 정적 사이트, 데이터베이스, 풀 스택 애플리케이션 및 280개 이상의 클릭 서비스를 쉽게 배포할 수 있습니다.
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
데스크탑 + Docker로 한 번에 띄우는 RAG·에이전트·다중 LLM 챗 앱. 비개발자가 시도하기 쉬움.
Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience
로컬에서 AI 코딩 어시스턴트를 사용할 수 있는 도구입니다.
Self-hosted AI coding assistant
리액티브 리소스를 제공합니다.
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
OpenAI 형식 한 줄로 100+개 모델 호출. 모델 갈아끼우는 비용 거의 0.
Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]
사내 호스팅 가능한 GitHub Copilot 대체재. 코드가 외부로 안 나가야 하는 환경 필수.
Self-hosted AI coding assistant — open-source GitHub Copilot alternative.
PDF 문서를 번역하는 데 사용할 수 있는 도구로, Google, DeepL, Ollama, OpenAI와 같은 서비스를 지원합니다.
[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
자신의 마이크로 블로깅 커뮤니티를 운영하는 데 도움이 되는 오픈 소스 플랫폼입니다.
Your self-hosted, globally interconnected microblogging community
Microsoft의 Foundry 로컬 AI SDK로, GPU 가속 기능을 활용하여 로컬 AI 및 채팅 완성 기능을 제공합니다. 개발자가 AI 애플리케이션을 효율적으로 구축하도록 돕습니다.
모든 LLM과 연동되는 고급 기능을 갖춘 오픈소스 AI 챗 플랫폼이다. 사용자 친화적인 UI로 AI 상호작용 경험을 최적화한다.
Open Source AI Platform - AI Chat with advanced features that works with every LLM
로컬 Ollama에 ChatGPT 같은 UI를 붙이는 인기 프로젝트. RAG·툴·아바타까지 풀 패키지.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
비상 상황 대비를 위한 자급식 오프라인 생존 컴퓨터 프로젝트이다. 핵심 도구, 지식, AI를 내장하여 어떤 환경에서도 정보 접근을 가능하게 한다.
Project N.O.M.A.D, is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere.
시스템 어드민을 위한 오픈소스 리소스 목록.
A curated list of amazingly awesome open-source sysadmin resources.
모든 웹사이트를 분석하는 올인원 OSINT 도구이다. 보안, 개인 정보, 시스템 관리 등 광범위한 정보를 제공해 웹 분석에 활용된다.
🕵️♂️ All-in-one OSINT tool for analysing any website
AI-Powered Photos App로 사진 관리와 분류가 가능합니다.
AI-Powered Photos App 🌈💎✨
다양한 검색 서비스와 데이터베이스의 결과를 통합하여 제공하는 무료 인터넷 메타 검색 엔진이다. 사용자를 추적하거나 프로파일링하지 않아 개인 정보 보호에 강점이 있다.
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
OCR 소프트웨어로 PDF, 이미지, 화면 캡처를 지원합니다.
OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。
개인정보 보호를 우선하는 분석 플랫폼으로, Google Analytics와 같은 분석 도구의 대안입니다.
Umami is a modern, privacy-focused analytics platform. An open-source alternative to Google Analytics, Mixpanel and Amplitude.
Hermes Agent를 위한 웹 대시보드로, 멀티플랫폼 AI 채팅, 세션 관리, 스케줄링된 작업, 사용량 분석 기능을 제공합니다. 다양한 메시징 채널을 통합 관리할 수 있습니다.
Web dashboard for Hermes Agent — multi-platform AI chat, session management, scheduled jobs, usage analytics
실시간 협업 및 지도 지원을 제공하는 자체 호스팅 여행 계획기입니다. 예산 및 패킹 리스트 등 다양한 기능을 지원합니다.
A self-hosted travel/trip planner with real-time collaboration, interactive maps, PWA support, SSO, budgets, packing lists, and more.
AI 에이전트가 내장된 셀프 호스팅 이메일 클라이언트이다. Cloudflare Workers 위에서 전체가 구동되며, 이메일 관리를 자동화한다.
A self-hosted email client with an AI agent, running entirely on Cloudflare Workers
Whisper를 C++로 다시 만들어서 일반 PC에서도 빠르게 동작. 모바일/엣지에 적합.
Port of OpenAI's Whisper model in C/C++.
홈 자동화를 위한 오픈 소스 프로젝트. 사용자의 프라이버시를 우선시한다.
:house_with_garden: Open source home automation that puts local control and privacy first.