Top 10 Trending Github Projects on 06/18/2023: The Most Popular Repositories of the Day!

Adair Lee
7 min readJun 18, 2023

Projects that have already appeared in previous Github ranking lists will not display details, please refer to previous lists for information.

Rank #1 AntonOsika/gpt-engineer
https://github.com/AntonOsika/gpt-engineer
Specify what you want it to build, the AI asks for clarification, and then builds it.
Language: Python
Stars: 12,495(937 stars today) Forks:2,257
— — — — — — — — — — — — — — — —

Rank #2 vercel-labs/ai
https://github.com/vercel-labs/ai
Build AI-powered applications with React, Svelte, and Vue
Language: TypeScript
Stars: 1,503(252 stars today) Forks:85
— — — — — — — — — — — — — — — —

Rank #3 AI4Finance-Foundation/FinGPT
https://github.com/AI4Finance-Foundation/FinGPT
Data-Centric FinGPT. Open-source for open finance! Revolutionize 🔥 We’ll soon release the trained model.
Language: Jupyter Notebook
Stars: 3,940(478 stars today) Forks:753
— — — — — — — — — — — — — — — —

Rank #4 alibaba/Chat2DB
https://github.com/alibaba/Chat2DB
🔥 🔥 🔥 An intelligent and versatile general-purpose SQL client and reporting tool for databases which integrates ChatGPT capabilities.(智能的通用数据库SQL客户端和报表工具)
Language: Java
Stars: 5,325(1,030 stars today) Forks:1,086
— — — — — — — — — — — — — — — —

Rank #5 tiann/KernelSU
https://github.com/tiann/KernelSU
A Kernel based root solution for Android
Language: Kotlin
Stars: 3,062(30 stars today) Forks:489
KernelSU is a kernel-based root solution for Android devices that provides kernel-based `su` and root access management. It has a module system based on overlayfs and supports Android GKI 2.0 devices (with kernel 5.10) as well as old kernels (4.14). It is compatible with `arm64-v8a` and `x86_64` ABIs. KernelSU can be applied in various fields such as security, development, and research. It has commercial applications in industries such as mobile device management and cybersecurity.
— — — — — — — — — — — — — — — —

Rank #6 s0md3v/roop
https://github.com/s0md3v/roop
one-click deepfake (face swap)
Language: Python
Stars: 11,532(157 stars today) Forks:1,675
— — — — — — — — — — — — — — — —

Rank #7 OptimalScale/LMFlow
https://github.com/OptimalScale/LMFlow
An Extensible Toolkit for Finetuning and Inference of Large Foundation Models. Large Model for All.
Language: Python
Stars: 5,811(20 stars today) Forks:615
— — — — — — — — — — — — — — — —

Rank #8 sunner/ChatALL
https://github.com/sunner/ChatALL
Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers
Language: JavaScript
Stars: 6,825(63 stars today) Forks:849
— — — — — — — — — — — — — — — —

Rank #9 hiyouga/LLaMA-Efficient-Tuning
https://github.com/hiyouga/LLaMA-Efficient-Tuning
Fine-tuning LLaMA with PEFT (PT+SFT+RLHF with QLoRA)
Language: Python
Stars: 590(80 stars today) Forks:98
— — — — — — — — — — — — — — — —

Rank #10 andrewrk/poop
https://github.com/andrewrk/poop
Performance Optimizer Observation Platform
Language: Zig
Stars: 436(185 stars today) Forks:14
The Performance Optimizer Observation Platform (POOP) is a command-line tool for comparing the performance of multiple commands using Linux’s `perf_event_open` functionality. It provides a colorful terminal user interface and reports peak memory usage as well as five other hardware counters, such as CPU cycles and instructions retired. POOP treats the first command as a reference and the subsequent ones relative to it, giving the user the choice of the meaning of the coloring of the deltas. This project is useful for developers and performance testers to optimize performance and compare commands. POOP is a Linux-only tool and is still in its early stages of development, lacking some of the configuration options and polish of the mature project, Hyperfine. Nonetheless, POOP’s unique features have their own benefits, and it may eventually inspire Hyperfine maintainers to add the extra data points.
— — — — — — — — — — — — — — — —

Rank #11 tauri-apps/tauri
https://github.com/tauri-apps/tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
Language: Rust
Stars: 65,045(171 stars today) Forks:1,796
— — — — — — — — — — — — — — — —

Rank #12 NaiboWang/EasySpider
https://github.com/NaiboWang/EasySpider
A visual no-code/code-free web crawler/spider易采集:一个可视化爬虫软件,可以无代码图形化的设计和执行爬虫任务
Language: JavaScript
Stars: 11,189(123 stars today) Forks:1,161
— — — — — — — — — — — — — — — —

Rank #13 adams549659584/go-proxy-bingai
https://github.com/adams549659584/go-proxy-bingai
用 Vue3 和 Go 搭建的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,国内可用。
Language: HTML
Stars: 5,717(212 stars today) Forks:4,382
— — — — — — — — — — — — — — — —

Rank #14 joschan21/breadit
https://github.com/joschan21/breadit
Modern Fullstack Reddit Clone in Next.js 13 & TypeScript
Language: TypeScript
Stars: 282(101 stars today) Forks:72
— — — — — — — — — — — — — — — —

Rank #15 PostHog/HouseWatch
https://github.com/PostHog/HouseWatch
Open source tool for monitoring and managing ClickHouse clusters
Language: TypeScript
Stars: 250(138 stars today) Forks:15
HouseWatch is an open-source tool that helps manage and monitor ClickHouse clusters. ClickHouse is a free and open-source column-oriented database management system that supports real-time analytics, making it popular among businesses that require high-performance and low-latency data processing. HouseWatch provides a web-based UI that allows users to view the performance and load of their ClickHouse cluster. Additionally, the tool allows for queries to be analyzed and logs and errors to be searched through. Running queries can also be monitored, and disk usage per node can be tracked. The tool can be deployed by cloning the repository and running it with the relevant environment variables. HouseWatch can be applied in various fields where ClickHouse is used and can offer valuable insights to businesses in optimizing their ClickHouse cluster for better performance. Commercial applications of HouseWatch include enterprise analytics platforms, advertising technology, and internet of things (IoT) platforms that require high-performance data processing capabilities.
— — — — — — — — — — — — — — — —

Rank #16 krzysztofzablocki/Swift-Macros
https://github.com/krzysztofzablocki/Swift-Macros
A curated list of awesome Swift Macros
Language:
Stars: Sponsor(208 stars today) Forks:37
— — — — — — — — — — — — — — — —

Rank #17 terhechte/Ebou
https://github.com/terhechte/Ebou
A cross platform Mastodon Client written in Rust
Language: Rust
Stars: 259(81 stars today) Forks:9
Ebou is a cross-platform desktop client for Mastodon and Pleroma microblogging services, written in Rust and using the Dioxus UI library. It offers a different experience from traditional Mastodon clients, grouping new toots by author and displaying them in a UI similar to modern instant messaging apps. It also includes a conversation view to easily see replies in context. Ebou is currently in beta and missing some features, but it supports timelines, notifications, posting, boosting, favoriting, bookmarking, lists, profiles, search, followers/following, and some settings. Ebou can be applied in social networking and communication fields, and its commercial applications may include developing custom Mastodon clients for businesses or organizations with specific branding and messaging needs.
— — — — — — — — — — — — — — — —

Rank #18 open-mmlab/mmagic
https://github.com/open-mmlab/mmagic
OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic 🪄: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generation, image/video restoration/enhancement, etc.
Language: Python
Stars: 5,132(74 stars today) Forks:870
— — — — — — — — — — — — — — — —

Rank #19 facebookresearch/localrf
https://github.com/facebookresearch/localrf
An algorithm for reconstructing the radiance field of a large-scale scene from a single casually captured video.
Language: Python
Stars: 469(138 stars today) Forks:53
— — — — — — — — — — — — — — — —

Rank #20 CodeEditApp/CodeEdit
https://github.com/CodeEditApp/CodeEdit
CodeEdit App for macOS — Elevate your code editing experience. Open source, free forever.
Language: Swift
Stars: 17,551(94 stars today) Forks:841
CodeEdit is a code editor designed specifically for macOS users. It offers a range of features including syntax highlighting, code completion, project find and replace, snippets, terminal, task running, debugging, git integration, code review, and extensions. This project can be applied in various fields, such as software development, web development, and data analysis. It has commercial applications in industries such as technology, finance, and healthcare, where efficient and effective code editing is critical for success. Please note that the project is still in development and not yet ready for production use.
— — — — — — — — — — — — — — — —

Rank #21 h2oai/h2ogpt
https://github.com/h2oai/h2ogpt
Join us at H2O.ai to make the world’s best open-source GPT with document and image Q&A, 100% private chat, no data leaks, Apache 2.0 https://arxiv.org/pdf/2306.08161.pdf
Language: Python
Stars: 2,526(150 stars today) Forks:223
— — — — — — — — — — — — — — — —

Rank #22 ziglang/zig
https://github.com/ziglang/zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Language: Zig
Stars: 23,119(63 stars today) Forks:1,699
— — — — — — — — — — — — — — — —

Rank #23 2dust/v2rayN
https://github.com/2dust/v2rayN
A GUI client for Windows, support Xray core and v2fly core and others
Language: C#
Stars: 44,224(35 stars today) Forks:8,236
— — — — — — — — — — — — — — — —

Rank #24 geohot/tinygrad
https://github.com/geohot/tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️
Language: Python
Stars: 14,162(63 stars today) Forks:1,409
— — — — — — — — — — — — — — — —

Rank #25 vernesong/OpenClash
https://github.com/vernesong/OpenClash
A Clash Client For OpenWrt
Language: Shell
Stars: 10,290(14 stars today) Forks:1,608
— — — — — — — — — — — — — — — —

--

--

Adair Lee

Experienced full-stack developer proficient in C#, Python, and web development, with 20+ years of Google SEO expertise and successful entrepreneurship.