Clean Open Source Projects

Browse 449 Clean open source projects, ranked by GitHub stars. Find the most popular Clean tools and libraries.

Share your experience:✍️ Write a Post❓ Ask a Question
1-60 of 449 projects
18,343 stars

ardalis/CleanArchitecture

Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10

Metrics details
Stars18,343
15,540 stars

android10/Android-CleanArchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.

Metrics details
Stars15,540
13,779 stars

adityatelange/hugo-PaperMod

A fast, clean, responsive Hugo theme.

Metrics details
Stars13,779
12,982 stars

alibaba/COLA

🥤 COLA: Clean Object-oriented & Layered Architecture

Metrics details
Stars12,982
11,016 stars

rushter/MLAlgorithms

Minimal and clean examples of machine learning algorithms implementations

Metrics details
Stars11,016
10,139 stars

bxcodec/go-clean-arch

Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture

Metrics details
Stars10,139
9,913 stars

henrypp/memreduct

Lightweight real-time memory management application to monitor and clean system memory on your computer.

Metrics details
Stars9,913
9,781 stars

labs42io/clean-code-typescript

Clean Code concepts adapted for TypeScript

Metrics details
Stars9,781
7,705 stars

thangchung/clean-code-dotnet

:bathtub: Clean Code concepts and tools adapted for .NET

Metrics details
Stars7,705
7,364 stars

zhongsp/TypeScript

TypeScript 使用手册(中文版)翻译。http://www.typescriptlang.org

Metrics details
Stars7,364
7,157 stars

BlackrockDigital/startbootstrap

A library of free and open source Bootstrap themes and templates

Metrics details
Stars7,157
6,610 stars

singgel/JAVA

存放JAVA开发的设计思想、算法:《剑指Offer》、《编程珠玑》、《深入理解Java虚拟机:JVM高级特性与最佳实践》、《重构-改善既有代码的设计 中文版》、《clean_code(中文完整版)》、《Java编程思想(第4版)》、《Java核心技术 卷I (第8版)》、《Quartz_Job+Scheduling_Framework》;一些大的上传不上来的文件在README

Metrics details
Stars6,610
6,579 stars

nalexn/clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with SwiftData persistence, networking, dependency injection, unit testing, and more.

Metrics details
Stars6,579
6,574 stars

markbates/goth

Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.

Metrics details
Stars6,574
6,118 stars

JuanCrg90/Clean-Code-Notes

My notes of Clean Code book

Metrics details
Stars6,118
5,457 stars

blackboxo/CleanMyWechat

自动删除 Windows 和 Mac 电脑端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。

Metrics details
Stars5,457
4,812 stars

android10/Android-CleanArchitecture-Kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.

Metrics details
Stars4,812
4,400 stars

kudoleh/iOS-Clean-Architecture-MVVM

Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI

Metrics details
Stars4,400
4,231 stars

topcoat/topcoat

CSS for clean and fast web apps

Metrics details
Stars4,231
4,182 stars

instantbox/instantbox

📦 Get a clean, ready-to-go Linux box in seconds.

Metrics details
Stars4,182
3,742 stars

farbrausch/fr_public

Farbrausch demo tools 2001-2011

Metrics details
Stars3,742
3,683 stars

bufferapp/android-clean-architecture-boilerplate

An android boilerplate project using clean architecture

Metrics details
Stars3,683
3,543 stars

pradyunsg/furo

A clean customizable documentation theme for Sphinx

Metrics details
Stars3,543
3,337 stars

elvishew/xLog

Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.

Metrics details
Stars3,337
3,085 stars

Pungyeon/clean-go-article

A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.

Metrics details
Stars3,085
2,995 stars

joebew42/study-path

A curated, open, and ever-evolving learning path focused on practices of software development, principles of software design, and software architecture.

Metrics details
Stars2,995
2,707 stars

ColinIanKing/stress-ng

This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces.

Metrics details
Stars2,707
2,691 stars

arc90/git-sweep

A command-line tool that helps you clean up Git branches that have been merged into master.

Metrics details
Stars2,691
2,689 stars

dnl-blkv/mcdowell-cv

A Nice-looking CV template made into LaTeX

Metrics details
Stars2,689
2,597 stars

esoxjem/MovieGuide

Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture

Metrics details
Stars2,597
2,524 stars

thombergs/buckpal

An example approach for implementing a Clean/Hexagonal Architecture

Metrics details
Stars2,524
2,432 stars

ardalis/SmartEnum

A base class for quickly and easily creating strongly typed enum replacements in C#.

Metrics details
Stars2,432
2,399 stars

nanxiaobei/hugo-paper

🪺 A simple, clean, customizable Hugo theme

Metrics details
Stars2,399
2,278 stars

imfing/hextra

🔯 Modern, batteries-included Hugo theme for creating beautiful doc, blog and static websites

Metrics details
Stars2,278
2,134 stars

StartBootstrap/startbootstrap-clean-blog-jekyll

A Jekyll version of the Clean Blog theme by Start Bootstrap

Metrics details
Stars2,134
2,127 stars

leeoniya/dropcss

An exceptionally fast, thorough and tiny unused-CSS cleaner

Metrics details
Stars2,127
2,095 stars

alivebao/clean-code-js

JavaScript风格指南

Metrics details
Stars2,095
2,089 stars

stemmlerjs/ddd-forum

Hacker news-inspired forum app built with TypeScript using DDD practices from solidbook.io.

Metrics details
Stars2,089
1,995 stars

ngneat/spectator

🦊 🚀 A Powerful Tool to Simplify Your Angular Tests

Metrics details
Stars1,995
1,942 stars

johnagan/clean-webpack-plugin

A webpack plugin to remove your build folder(s) before building

Metrics details
Stars1,942
1,922 stars

Clean-Swift/CleanStore

A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.

Metrics details
Stars1,922
1,914 stars

rmanguinho/clean-ts-api

API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles

Metrics details
Stars1,914
1,852 stars

Kevin-De-Koninck/Clean-Me

A macOS system analyser and cleaner

Metrics details
Stars1,852
1,850 stars

glmcdona/Process-Dump

Windows tool for dumping malware PE files from memory back to disk for analysis.

Metrics details
Stars1,850
1,785 stars

sanogueralorenzo/Android-Kotlin-Clean-Architecture

Android Sample Clean Architecture App written in Kotlin

Metrics details
Stars1,785
1,779 stars

mattia-battiston/clean-architecture-example

Clean Architecture Example (Java): Example of what clean architecture would look like (in Java)

Metrics details
Stars1,779
1,723 stars

sparksuite/simple-html-invoice-template

A modern, clean, and very simple responsive HTML invoice template

Metrics details
Stars1,723
1,685 stars

rallat/EffectiveAndroid

This sample project shows how to apply MVP and Clean architecture on an Android app

Metrics details
Stars1,685
1,654 stars

issaafalkattan/React-Landing-Page-Template

A simple react one page landing page templates for startups/companies

Metrics details
Stars1,654
1,618 stars

eduardomoroni/react-clean-architecture

A realistic approach to implement clean architecture on react codebases

Metrics details
Stars1,618
1,597 stars

uohzxela/clean-code-ruby

🛁 Clean Code concepts adapted for Ruby

Metrics details
Stars1,597
1,540 stars

jbuget/nodejs-clean-architecture-app

A simple API built with Hapi.js that follows DDD + Clean Architecture principles

Metrics details
Stars1,540
1,500 stars

pvarentsov/typescript-clean-architecture

It is my attempt to create Clean Architecture based application in TypeScript.

Metrics details
Stars1,500
1,495 stars

iammukeshm/CleanArchitecture.WebApi

An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.

Metrics details
Stars1,495
1,480 stars

rmanguinho/clean-react

Sistema em ReactJs usando Hooks, Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles

Metrics details
Stars1,480
1,421 stars

waylybaye/XcodeCleaner-SwiftUI

Make Xcode Clean Again

Metrics details
Stars1,421
1,407 stars

cheese10yun/dev-info

:octocat: 좋은 학습 자료 및 GitHub 활동 하시는 분들을 정리했습니다.

Metrics details
Stars1,407
1,388 stars

SimpleMobileTools/Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.

Metrics details
Stars1,388
1,317 stars

eminetto/clean-architecture-go-v2

Clean Architecture sample

Metrics details
Stars1,317
1,314 stars

eddiesigner/liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼

Metrics details
Stars1,314
1-60 of 449 projects
Get A Weekly Email With Trending Clean Projects
Stay updated on Clean plus related topics you pick below.

Copyright 2018-2026 Awesome Open Source.  All rights reserved.