顶级开源项目分享
4.99K subscribers
696 photos
4.82K links
本频道致力于分享最优秀、最具创新性的开源项目,涵盖各种编程语言、框架和领域。无论您是开发者、设计师、学生还是技术爱好者,都能在这里找到灵感和宝贵的资源。
订阅我们,您将获得:
精选项目推荐: 精心挑选的顶级开源项目,涵盖 Web 开发、移动开发、人工智能、机器学习、区块链等多个领域。
深入解析: 深入浅出的项目介绍,包括项目背景、功能特点、技术栈和使用指南。
行业洞察: 分享开源领域的最新趋势、技术发展和行业见解。
学习资源: 推荐优质的学习资料、教程和开源社区,帮助您提升技能。
Download Telegram
Ice is a powerful menu bar management tool. While its primary function is hiding and showing menu bar items, it aims to cover a wide variety of additional features to make it one of the most versatile menu bar tools available.
https://github.com/jordanbaird/Ice
The Huly Platform is a robust framework designed to accelerate the development of business applications, such as CRM systems. This repository includes several applications, such as Chat, Project Management, CRM, HRM, and ATS.
https://github.com/hcengineering/platform
LiveKit is an open source project that provides scalable, multi-user conferencing based on WebRTC. It's designed to provide everything you need to build real-time video audio data capabilities in your applications.
https://github.com/livekit/livekit
顶级开源项目分享 pinned «靠谱梯子推荐,这个梯子我使用了好几年,稳定、快速:https://33226.kejibear.site/auth/register?code=BRli»
LazyVim is a Neovim setup powered by 💤 lazy.nvim to make it easy to customize and extend your config. Rather than having to choose between starting from scratch or using a pre-made distro, LazyVim offers the best of both worlds - the flexibility to tweak your config as needed, along with the convenience of a pre-configured setup.
https://github.com/LazyVim/LazyVim
Speech-to-text, text-to-speech, and speaker recongition using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, C/C++, Python, Kotlin, C#, Go, NodeJS, Java, Swift

https://github.com/k2-fsa/sherpa-onnx
https://github.com/piku/piku

piku,是一个极小型的平台即服务(PaaS)工具,允许您通过 git push 命令将部署推送到您自己的服务器。piku 受 dokku 启发,旨在让您能够在自己的服务器上进行部署,无论服务器规模大小。

该项目支持多种运行时,包括 Python、Ruby、Java、NodeJS 等。piku 支持 Heroku 式的工作流程,您可以通过 git push 命令将代码推送到 piku 服务器,piku 会根据您的应用程序的运行时自动安装依赖项。除了支持多个应用程序的独立扩展和管理外,piku 还提供完整的虚拟主机支持,可以为您的应用程序设置 SSL 证书。此外,piku 还支持缓存、静态路径映射和静态站点部署等功能。

piku 旨在在任何支持 Python、nginx、uwsgi 和 SSH 的 POSIX 环境中工作,已在 Linux、FreeBSD、Cygwin 和 Windows Subsystem for Linux 上部署。项目的核心价值包括在低端设备上运行、面向爱好者和 K-12 学校、代码简洁易读等。