Skip to content

开源项目大全

AI / 大模型相关

名称网站地址解释
LangChainhttps://github.com/langchain-ai/langchain构建 LLM 应用最流行的框架
LlamaIndexhttps://github.com/run-llama/llama_indexLLM 数据连接框架
AutoGPThttps://github.com/Significant-Gravitas/AutoGPTAI 自动代理
Ollamahttps://github.com/ollama/ollama本地运行大模型
OpenWebUIhttps://github.com/open-webui/open-webui本地 AI Chat UI
Flowisehttps://github.com/FlowiseAI/Flowise可视化 AI workflow
Stable Diffusion WebUIhttps://github.com/AUTOMATIC1111/stable-diffusion-webuiAI 绘画平台
ComfyUIhttps://github.com/comfyanonymous/ComfyUIAI 绘图工作流
Haystackhttps://github.com/deepset-ai/haystackNLP / RAG 框架
FastChathttps://github.com/lm-sys/FastChatLLM 推理框架
GPT4Allhttps://github.com/nomic-ai/gpt4all本地 LLM
Text Generation WebUIhttps://github.com/oobabooga/text-generation-webuiLLM Web UI
OpenDevinhttps://github.com/OpenDevin/OpenDevinAI 软件工程师
CrewAIhttps://github.com/joaomdmoura/crewAIAI Agent 协作
AutoGenhttps://github.com/microsoft/autogen微软 AI agent 框架
Semantic Kernelhttps://github.com/microsoft/semantic-kernelAI orchestration
AgentGPThttps://github.com/reworkd/AgentGPTWeb AI agent
Difyhttps://github.com/langgenius/difyAI 应用开发平台
AnythingLLMhttps://github.com/Mintplex-Labs/anything-llm私有 AI 知识库
Janhttps://github.com/janhq/jan本地 AI 助手
Spring AIhttps://docs.spring.io/spring-ai/reference/index.htmlSpring官方AI框架
LangChain4jhttps://docs.langchain4j.devLangChain Java版
智谱AIhttps://open.bigmodel.cn/dev/apiGLM系列大模型
通义千问https://help.aliyun.com/zh/model-studio阿里大模型API

后端框架 & 脚手架

名称网站地址解释
若依框架http://www.ruoyi.vip国内最流行的Java后端脚手架,开箱即用权限管理
芋道框架https://www.iocoder.cn基于若依改良,微服务版更完整,文档超详细
JeecgBoothttps://jeecg.com企业级低代码平台,代码生成器强大
Spring Boot官网https://spring.io/projects/spring-bootSpring Boot官方文档,最权威的配置参考
Spring Cloudhttps://spring.io/projects/spring-cloud微服务全家桶,服务注册/网关/熔断文档
Mybatis Plushttps://baomidou.comMybatis增强工具,条件构造器/代码生成
Sa-Tokenhttps://sa-token.cc国产轻量级权限认证框架,比Spring Security简单
Hutoolhttps://hutool.cnJava工具类库,日期/加密/HTTP等常用工具
Knife4jhttps://doc.xiaominfo.comSwagger增强UI,接口文档更美观好用
EasyExcelhttps://easyexcel.opensource.alibaba.com阿里出品,Excel读写处理,百万数据不OOM
Easy-Eshttps://easy-es.cn操作ES像MP一样简单的ORM框架
Avuehttps://avuejs.com基于Vue+ElementUI的低代码框架

Java / 后端框架(补充)

名称网站地址解释
Spring Boothttps://github.com/spring-projects/spring-bootJava 最流行框架
Spring Cloudhttps://github.com/spring-cloud微服务框架
MyBatishttps://github.com/mybatis/mybatis-3ORM 框架
Dubbohttps://github.com/apache/dubboRPC框架
Nettyhttps://github.com/netty/netty高性能网络框架
Elasticsearchhttps://github.com/elastic/elasticsearch搜索引擎
Foresthttps://github.com/dromara/forestHTTP客户端
Sentinelhttps://github.com/alibaba/Sentinel限流熔断
ShardingSpherehttps://github.com/apache/shardingsphere分布式数据库
SkyWalkinghttps://github.com/apache/skywalkingAPM监控
Seatahttps://github.com/apache/incubator-seata分布式事务
Nacoshttps://github.com/alibaba/nacos配置中心
Canalhttps://github.com/alibaba/canalMySQL binlog同步
Arthashttps://github.com/alibaba/arthasJava诊断工具
JHipsterhttps://github.com/jhipster/generator-jhipsterJava全栈脚手架
Redissonhttps://redisson.orgJava版Redis客户端,分布式锁首选

定时任务 & 分布式调度

名称网站地址解释
XXL-JOBhttps://www.xuxueli.com/xxl-job分布式定时任务调度平台,可视化控制台
PowerJobhttp://www.powerjob.tech新一代分布式任务调度,功能更强
Elastic-Jobhttps://shardingsphere.apache.org/elasticjob当当网开源,支持分片任务调度
Quartzhttps://www.quartz-scheduler.orgJava定时任务经典框架,Spring原生支持

消息队列 & 中间件

名称网站地址解释
Kafka官方文档https://kafka.apache.org/documentation分布式消息流平台,高吞吐场景首选
RabbitMQhttps://www.rabbitmq.com/documentation.html消息中间件,支持多种消息模式
RocketMQhttps://rocketmq.apache.org/zh阿里开源,金融级消息队列,延迟消息强
EMQXhttps://www.emqx.com/zh/docsMQTT消息代理,物联网场景必备
Nacoshttps://nacos.io/zh-cn/docs服务注册+配置中心,Spring Cloud首选
Sentinelhttps://sentinelguard.io/zh-cn/docs阿里流量防卫兵,限流熔断降级
Seatahttps://seata.apache.org/zh-cn分布式事务解决方案

缓存 & 数据库

名称网站地址解释
Redis官方文档https://redis.io/docs内存数据库,命令查询/数据类型参考
Redissonhttps://redisson.orgJava版Redis客户端,分布式锁首选
ShardingSpherehttps://shardingsphere.apache.org/document/5.4.1/cn分库分表中间件,Apache顶级项目
Milvus向量数据库https://milvus.io/docs/zh开源向量数据库,AI/RAG场景必备
MinIOhttps://min.io/docs/minio/linux/index.html高性能对象存储,替代OSS自建方案
Elasticsearchhttps://www.elastic.co/guide/en/elasticsearch/reference/current/index.html分布式搜索分析引擎官方文档
ClickHousehttps://clickhouse.com/docs列式数据库,分析查询速度极快
TiDBhttps://docs.pingcap.com/zh/tidb/stableMySQL兼容分布式数据库

数据库 / 数据平台(补充)

名称网站地址解释
MySQLhttps://github.com/mysql/mysql-server最流行数据库
PostgreSQLhttps://github.com/postgres/postgres企业级数据库
Redishttps://github.com/redis/redis缓存数据库
ClickHousehttps://github.com/ClickHouse/ClickHouseOLAP
DuckDBhttps://github.com/duckdb/duckdb新一代分析数据库
TiDBhttps://github.com/pingcap/tidb分布式数据库
Apache Dorishttps://github.com/apache/doris实时分析
Supabasehttps://github.com/supabase/supabase开源 Firebase
InfluxDBhttps://github.com/influxdata/influxdb时序数据库
Milvushttps://github.com/milvus-io/milvus向量数据库
Weaviatehttps://github.com/weaviate/weaviate向量数据库
Chromahttps://github.com/chroma-core/chromaAI向量DB
QuestDBhttps://github.com/questdb/questdb时序数据库
SurrealDBhttps://github.com/surrealdb/surrealdb新型数据库
Cassandrahttps://github.com/apache/cassandra分布式数据库

支付 & 第三方对接

名称网站地址解释
IJPayhttps://javen205.gitee.io/ijpay让支付触手可及,微信/支付宝/银联一站式
Pay-Java-Parenthttps://github.com/egzosn/pay-java-parent支付宝/微信支付/银联整合SDK
微信支付文档https://pay.weixin.qq.com/wiki/doc/apiv3/index.shtml微信支付官方接入文档
支付宝开放平台https://open.alipay.com/develop/manage支付宝支付、小程序、生活号文档
微信开放平台https://developers.weixin.qq.com/doc微信登录/分享/支付接入文档
阿里云短信https://help.aliyun.com/zh/sms阿里云短信服务,验证码/通知短信
腾讯云短信https://cloud.tencent.com/document/product/382腾讯云短信SDK文档
七牛云https://developer.qiniu.com/kodo对象存储/CDN,图片处理功能强大

前端框架 & 组件库

名称网站地址解释
Vue 3 官方文档https://cn.vuejs.orgVue3组合式API,国内最流行前端框架
Element Plushttps://element-plus.org/zh-CNVue3 UI组件库,企业后台首选
Ant Design Vuehttps://www.antdv.com/components/overviewAnt Design的Vue实现
Naive UIhttps://www.naiveui.com/zh-CNVue3组件库,TypeScript完整支持
Vanthttps://vant-ui.github.io/vant/#/zh-CN移动端Vue组件库
Uniapphttps://uniapp.dcloud.net.cn一套代码多端发布
Nuxt.jshttps://nuxt.com/docs/zhVue服务端渲染框架
React官方文档https://zh-hans.react.devFacebook出品前端框架
Ant Designhttps://ant-design.antgroup.com/index-cnReact企业级UI组件
TailwindCSShttps://tailwindcss.com/docs原子CSS框架

前端框架 / UI(补充)

名称网站地址解释
Reacthttps://github.com/facebook/react最流行前端框架
Vuehttps://github.com/vuejs/coreVue3
Angularhttps://github.com/angular/angularGoogle框架
Next.jshttps://github.com/vercel/next.jsReact全栈
Vitehttps://github.com/vitejs/vite新一代构建工具
Material UIhttps://github.com/mui/material-uiReact UI
Sveltehttps://github.com/sveltejs/svelte编译型框架
Astrohttps://github.com/withastro/astro静态站点
Docusaurushttps://github.com/facebook/docusaurus文档站
Storybookhttps://github.com/storybookjs/storybookUI开发
Taurihttps://github.com/tauri-apps/tauri桌面应用

图表 & 可视化

名称网站地址解释
EChartshttps://echarts.apache.org/zh/index.htmlApache顶级项目,最强大的Web图表库
AntV G2https://g2.antv.antgroup.com蚂蚁金服可视化语法,语法简洁
D3.jshttps://d3js.org数据驱动的底层可视化库,灵活度最高
Three.jshttps://threejs.org/docs3D可视化/WebGL,大屏3D场景
DataVhttps://datav.aliyun.com/portal阿里云数据可视化,大屏组件现成用
Highchartshttps://www.highcharts.com.cn商业图表库,企业报表场景

DevOps & 运维

名称网站地址解释
Docker官方文档https://docs.docker.com容器化部署必看,Dockerfile/Compose
Kubernetes文档https://kubernetes.io/zh-cn/docs/homeK8s中文文档,容器编排
Nginx文档https://nginx.org/en/docsNginx配置手册,反向代理/负载均衡
Jenkinshttps://www.jenkins.io/zh/docCI/CD流水线,自动构建部署
Prometheushttps://prometheus.io/docs监控系统,采集指标/告警
Grafanahttps://grafana.com/docs/grafana/latest可视化监控面板,配合Prometheus使用
SkyWalkinghttps://skywalking.apache.org/docs分布式链路追踪,定位慢接口
Arthashttps://arthas.aliyun.com/docJava诊断工具,线上问题排查神器

DevOps / 运维(补充)

名称网站地址解释
Dockerhttps://github.com/docker/docker-ce容器
Kuberneteshttps://github.com/kubernetes/kubernetes容器编排
Helmhttps://github.com/helm/helmKubernetes包管理
Istiohttps://github.com/istio/istioService Mesh
ArgoCDhttps://github.com/argoproj/argo-cdGitOps
Ansiblehttps://github.com/ansible/ansible自动化运维
Terraformhttps://github.com/hashicorp/terraformIaC
Harborhttps://github.com/goharbor/harbor容器仓库
Traefikhttps://github.com/traefik/traefik反向代理
Caddyhttps://github.com/caddyserver/caddy自动HTTPS服务器

网关 & 安全

名称网站地址解释
Spring Securityhttps://docs.spring.io/spring-security/reference/index.htmlSpring生态安全框架,权限认证标准
Kong网关https://docs.konghq.com云原生API网关,插件生态丰富
APISIXhttps://apisix.apache.org/zh/docs/apisix/getting-startedApache顶级API网关,国内用得多
JWT.iohttps://jwt.ioJWT在线解析/生成,调试必备
OAuth2文档https://oauth.net/2OAuth2.0协议规范与接入指南

在线工具

名称网站地址解释
Maven仓库https://mvnrepository.com搜索Maven依赖版本,groupId/artifactId
cron表达式生成https://cron.qqe2.com可视化生成Cron定时表达式
正则测试https://regex101.com在线正则表达式测试与调试
JSON格式化https://jsonformatter.curiousconcept.comJSON在线格式化/校验/压缩
Base64工具https://base64.guruBase64编解码在线工具
MD5加密https://www.md5hashgenerator.com在线MD5/SHA加密工具
IP查询https://tool.lu/ipIP地址归属地查询
二维码生成https://cli.im在线生成/解析二维码
图片压缩https://squoosh.appSquoosh在线无损压缩图片
Can I Usehttps://caniuse.com查浏览器CSS/JS特性兼容性
Postmanhttps://www.postman.comAPI接口调试工具官网
Apifoxhttps://apifox.comAPI设计+调试+Mock+文档一体化

Linux & Shell

名称网站地址解释
Linux命令大全https://www.runoob.com/linux/linux-command-manual.htmlLinux命令中文手册,快速查用法
Shell脚本教程https://www.runoob.com/linux/linux-shell.htmlBash脚本编写参考
Crontab工具https://crontab.guruLinux定时任务crontab在线编辑
explainshellhttps://explainshell.com输入命令自动解释每个参数含义

文件处理 & 办公

名称网站地址解释
EasyPDFhttps://easypdf.cnJava PDF操作库,iText平替
iText7https://itextpdf.com/products/itext-coreJava/C# PDF生成与处理
POI官方https://poi.apache.orgApache POI,操作Office文档的Java标准
EasyExcel文档https://easyexcel.opensource.alibaba.com阿里出品,百万Excel高性能读写
WPS开放平台https://open.wps.cnWPS文档在线预览/编辑接入
kkFileViewhttps://kkfileview.keking.cn/zh-cn/index.html开源文件预览服务,Word/Excel/PDF

开源项目参考

名称网站地址解释
mall项目http://www.macrozheng.com电商系统完整实现,SpringBoot+Vue
pig框架https://www.pig4cloud.comSpring Cloud授权微服务脚手架
Halo博客https://docs.halo.runSpring Boot博客系统,代码质量高
PowerJobhttps://www.powerjob.tech分布式任务调度,可参考架构设计
dromara/hutoolhttps://github.com/dromara/hutoolJava工具类库,学习工具类设计
国内开源镜像站https://gitee.com/exploregitee国内代码托管,下载不限速

文档 & 学习

名称网站地址解释
JavaGuidehttps://javaguide.cnJava面试+学习指南,覆盖最全
小林codinghttps://xiaolincoding.com图解计算机网络/操作系统/MySQL
美团技术博客https://tech.meituan.com美团工程师分享,实战干货多
阿里技术https://developer.aliyun.com/group/alitech阿里巴巴技术团队分享
InfoQ中文https://www.infoq.cn软件开发技术资讯与深度分析
掘金https://juejin.cn国内技术社区,前端后端文章质量高

学习 / 开发资源(补充)

名称网站地址解释
freeCodeCamphttps://github.com/freeCodeCamp/freeCodeCamp免费编程课程
developer-roadmaphttps://github.com/kamranahmedse/developer-roadmap开发者路线图
system-design-primerhttps://github.com/donnemartin/system-design-primer系统设计
build-your-own-xhttps://github.com/codecrafters-io/build-your-own-x从零实现系统
public-apishttps://github.com/public-apis/public-apisAPI集合
awesomehttps://github.com/sindresorhus/awesomeAwesome合集
free-programming-bookshttps://github.com/EbookFoundation/free-programming-books免费编程书
coding-interview-universityhttps://github.com/jwasham/coding-interview-universityCS学习
awesome-javahttps://github.com/akullpp/awesome-javaJava资源
awesome-pythonhttps://github.com/vinta/awesome-pythonPython资源
awesome-gohttps://github.com/avelino/awesome-goGo资源
the-book-of-secret-knowledgehttps://github.com/trimstray/the-book-of-secret-knowledge黑科技工具
gitignorehttps://github.com/github/gitignoreGit模板
first-contributionshttps://github.com/firstcontributions/first-contributions开源入门

移动开发 / 跨平台

名称网站地址解释
Flutterhttps://github.com/flutter/flutter跨平台 UI 框架
React Nativehttps://github.com/facebook/react-native跨平台移动开发
Ionichttps://github.com/ionic-team/ionic-frameworkHTML5 混合移动框架
Fastlanehttps://github.com/fastlane/fastlane移动自动化运维工具
awesome-androidhttps://github.com/JStumpp/awesome-android安卓开发资源汇总
awesome-ioshttps://github.com/vsouza/awesome-iosiOS 开发资源汇总

数据分析 / 大数据

名称网站地址解释
Apache Sparkhttps://github.com/apache/spark超流行的大数据分析引擎
Apache Flinkhttps://github.com/apache/flink实时大数据分析
Airflowhttps://github.com/apache/airflow工作流调度&ETL 工具
Kibanahttps://github.com/elastic/kibanaELK 可视化
Logstashhttps://github.com/elastic/logstash日志&数据收集处理
Metabasehttps://github.com/metabase/metabase零代码数据分析平台
Redashhttps://github.com/getredash/redash数据可视化查询平台
supersethttps://github.com/apache/superset流行的数据探索与 BI
hadoophttps://github.com/apache/hadoop经典大数据生态
Pandashttps://github.com/pandas-dev/pandasPython 数据分析库
scikit-learnhttps://github.com/scikit-learn/scikit-learn机器学习库

安全与加密

名称网站地址解释
metasploit-frameworkhttps://github.com/rapid7/metasploit-framework安全测试平台
awesome-hackinghttps://github.com/Hack-with-Github/Awesome-Hacking黑客工具链汇总
hashcathttps://github.com/hashcat/hashcat世界著名密码破解工具
sqlmaphttps://github.com/sqlmapproject/sqlmapSQL注入自动化工具
nmaphttps://github.com/nmap/nmap网络探测/端口扫描神器
fail2banhttps://github.com/fail2ban/fail2ban入侵防护
awesome-securityhttps://github.com/sbilly/awesome-security安全领域资源集合

工具产品 / 生产力

名称网站地址解释
VS Codehttps://github.com/microsoft/vscode必备代码编辑器
Obsidian 插件库https://github.com/obsidianmd/obsidian-releasesMarkdown 笔记生态
Typorahttps://typora.io/Markdown 写作工具
Homebrewhttps://github.com/Homebrew/brewmacOS 包管理
tmuxhttps://github.com/tmux/tmux终端复用神器
Zellijhttps://github.com/zellij-org/zellij新一代终端多路复用器
oh-my-poshhttps://github.com/JanDeDobbeleer/oh-my-poshPowerShell 终端美化
fzfhttps://github.com/junegunn/fzf命令行模糊查找
ripgrephttps://github.com/BurntSushi/ripgrep高速文本查找
Utoolshttps://github.com/utools/utools桌面效率工具
SwitchHostshttps://github.com/oldj/SwitchHostshosts配置管理工具

算法 / 科学计算

名称网站地址解释
leetcodehttps://github.com/LeetCode-OpenSource/LeetCode刷题平台
Project Eulerhttps://projecteuler.net/archives算法与数学
awesome-algorithmshttps://github.com/tayllan/awesome-algorithms算法资源整理
TheAlgorithmshttps://github.com/TheAlgorithms/Python各语言算法实现
NumPyhttps://github.com/numpy/numpyPython科学计算
SciPyhttps://github.com/scipy/scipy科学计算库
SymPyhttps://github.com/sympy/sympy符号数学运算
Jupyterhttps://github.com/jupyter/notebook交互式计算与数据分析
paper-noteshttps://github.com/bingoogolapple/AI-Paper-CollectionAI论文与资料整理

爬虫 / 数据采集

名称网站地址解释
Scrapyhttps://github.com/scrapy/scrapyPython爬虫框架
crawlergohttps://github.com/Qianlitp/crawlergoGolang浏览器爬虫协同工具
pyspiderhttps://github.com/binux/pyspider分布式网页爬虫
Collyhttps://github.com/gocolly/collyGo语言爬虫框架
Gerapyhttps://github.com/Gerapy/GerapyScrapy 管理平台
Apifyhttps://github.com/apify/apify-js无头浏览器自动提取/自动化

前端构建/辅助库/静态站

名称网站地址解释
Webpackhttps://github.com/webpack/webpack前端模块打包神器
Rolluphttps://github.com/rollup/rollupJS 模块打包优化
esbuildhttps://github.com/evanw/esbuild极速前端构建工具
Parcelhttps://github.com/parcel-bundler/parcel零配置打包工具
PNPMhttps://github.com/pnpm/pnpm新一代包管理工具
Vercelhttps://github.com/vercel/vercel静态站点部署平台
Netlifyhttps://github.com/netlify/netlify-cms静态站点内容管理
UmiJShttps://github.com/umijs/umi企业级前端框架

常用库/工具箱

名称网站地址解释
Lodashhttps://github.com/lodash/lodashJavaScript万能工具库
Moment.jshttps://github.com/moment/moment时间日期处理
day.jshttps://github.com/iamkun/dayjs极简日期库
rxjshttps://github.com/ReactiveX/rxjs响应式编程库
validator.jshttps://github.com/validatorjs/validator.js校验库
axioshttps://github.com/axios/axiosHTTP 请求库
qshttps://github.com/ljharb/qsQuery解析
chalkhttps://github.com/chalk/chalk控制台美化库

云 / Serverless

名称网站地址解释
serverlesshttps://github.com/serverless/serverlessServerless平台
OpenFaaShttps://github.com/openfaas/faasFaaS引擎
Knativehttps://github.com/knative/servingK8s Serverless
Firebasehttps://github.com/firebase/firebase-js-sdk开发套件
SST (Serverless Stack)https://github.com/serverless-stack/sst云开发全家桶

API 管理与网关

名称网站地址解释
Konghttps://github.com/Kong/kong高性能API网关
Apigeehttps://github.com/apigee/apigee-remote-service-envoyAPI 控制台
Apache APISIXhttps://github.com/apache/apisix新一代云原生 API
KrakenDhttps://github.com/krakendio/krakend-ce超高性能API聚合
Tykhttps://github.com/TykTechnologies/tykAPI管理平台

多语言 / 多学科代码集合

名称网站地址解释
30-seconds-of-codehttps://github.com/30-seconds/30-seconds-of-code代码速查集锦
Project-Based-Learninghttps://github.com/practical-tutorials/project-based-learning项目驱动学习
HowToSecurehttps://github.com/OWASP/CheatSheetSeries安全秘籍集锦
100-Days-Of-ML-Codehttps://github.com/Avik-Jain/100-Days-Of-ML-CodeML速成

Logo hello world