Repository files navigation

🌟 TechTracker

Stay at the forefront of the development landscape with TechTracker, a meticulously curated ranking of the most popular programming languages, frameworks, databases, testing tools, and DevOps tools. The popularity score for each technology is determined by evaluating a set of key metrics that reflect its community engagement, adoption, and overall usage.

🔄 Contribute: To add or update tracked technologies, simply modify the respective .txt file in the projects directory.

📜 This project is licensed under the MIT License.


📋 Frontend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1react248649512691332JavaScriptThe library for web and native user interfaces.2026-09-02
2bootstrap17469978622232MDXThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.2026-09-02
3vue21126533748638TypeScriptThis is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core2026-09-02
4angular101016274471145TypeScriptDeliver web apps with confidence 🚀2026-09-02
5svelte8804152361057JavaScriptweb development for the rest of us2026-09-02
6tailwindcss97422560464TypeScriptA utility-first CSS framework for rapid UI development.2026-09-02
7jquery5977620376103JavaScriptjQuery JavaScript Library2026-09-01
8webpack659599546134JavaScriptA bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.2026-09-01
9nuxt608065811544TypeScriptthe full-stack Vue framework2026-09-01
10ember.js225694169264TypeScriptEmber.js - A JavaScript framework for creating ambitious web applications2026-09-01

📋 Backend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1django8956534212484PythonThe Web framework for perfectionists with deadlines.2026-09-02
2spring-framework6021738767495JavaSpring Framework2026-09-02
3gin891608681769GoGin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.2026-09-02
4express6941724908236JavaScriptFast, unopinionated, minimalist web framework for node.2026-09-02
5flask72168169544PythonThe Python micro framework for building web applications.2026-09-02
6rails58747223861609RubyRuby on Rails2026-09-02
7nest76556854633TypeScriptA progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀2026-09-02
8aspnetcore38413109534151C#ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.2026-09-02
9framework348911195998PHPLaravel is a web application framework with expressive, elegant syntax.2026-09-02
10beego32420557821Gobeego is an open-source, high-performance web framework for the Go programming language.2026-09-01
11koa35689322643JavaScriptExpressive middleware for node.js using ES2017 async functions2026-09-02
12sails228041915589JavaScriptRealtime MVC Framework for Node.js2026-09-01
13aiohttp165362392217PythonAsynchronous HTTP client/server framework for asyncio and Python2026-09-02
14hapi14792136159JavaScriptThe Simple, Secure Framework Developers Trust2026-09-01
15go-swagger100061309301GoSwagger 2.0 implementation for go2026-09-01
16falcon97961032161PythonThe no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.2026-09-02
17bottle87791505290Pythonbottle.py is a fast and simple micro-framework for python web-applications.2026-09-01
18maven53393119701JavaApache Maven core2026-09-02
19blade5874115114Java🚀 Lightning fast and elegant mvc framework for Java82026-09-01
20pyramid409689289PythonPyramid - A Python web framework2026-08-31
21cherrypy1947370272PythonCherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev2026-09-01

📋 Mobile Application Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1flutter1787433104413152DartFlutter makes it easy and fast to build beautiful apps for mobile and beyond2026-09-02
2react-native126479252321167C++A framework for building native applications using React2026-09-02
3ionic-framework5264013315593TypeScriptA powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.2026-09-02
4maui2331619673844C#.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.2026-09-01
5NativeScript256351738856TypeScript⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.2026-09-01
6capacitor165441253123TypeScriptBuild cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️2026-09-02
7cordova7097340Apache Cordova2026-08-25

📋 Testing Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1puppeteer955359575264TypeScriptJavaScript API for Chrome and Firefox2026-09-02
2playwright955136376179TypeScriptPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.2026-09-02
3selenium344568720192JavaA browser automation framework and ecosystem.2026-09-02
4jest454706731190TypeScriptDelightful JavaScript Testing.2026-09-01
5cypress5102236551066TypeScriptFast, easy and reliable testing for anything that runs in a browser.2026-09-02
6mocha229083159265JavaScript☕️ Classic, reliable, trusted test framework for Node.js and the browser2026-09-02
7pytest144683334809PythonThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing2026-09-02
8enzyme198181966282JavaScriptJavaScript Testing utilities for React2026-09-02
9jasmine1582122357JavaScriptSimple JavaScript testing framework for browsers and node.js2026-09-02
10vitest170371953376TypeScriptNext generation testing framework powered by Vite.2026-09-02
11karma119641712402JavaScriptSpectacular Test Runner for JavaScript2026-09-01
12Quick982789849SwiftThe Swift (and Objective-C) testing framework.2026-09-01
13chai827072393JavaScriptBDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.2026-09-02
14common335867944A home for issues that are common to multiple cucumber repositories2026-08-29
15testem2918411115JavaScriptTest'em 'Scripts! A test runner that makes Javascript unit testing fun.2026-08-30
16pact-ruby21912186RubyEnables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.2026-08-20

📋 DevOps Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1kubernetes125931439793020GoProduction-Grade Container Scheduling and Management2026-09-02
2moby72027192233891GoThe Moby Project - a collaborative project for the container ecosystem to assemble container-based systems2026-09-02
3ansible7053624345833PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.2026-09-02
4prometheus6593810815887GoThe Prometheus monitoring system and time series database.2026-09-02
5terraform49599106161920GoTerraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.2026-09-02
6kong440765205193Lua🦍 The API and AI Gateway2026-09-02
7jenkins2652198203621JavaJenkins automation server2026-09-02
8argo-cd2405878204416GoDeclarative Continuous Deployment for Kubernetes2026-09-02
9helm302117773456GoThe Kubernetes Package Manager2026-09-02
10rancher2588432193345GoComplete container management platform2026-09-02
11k3s33865271585GoLightweight Kubernetes2026-09-02
12vagrant272054395753RubyVagrant is a tool for building and distributing development environments.2026-09-02
13gitlabhq24547599036RubyGitLab CE MirrorPlease open new issues in our issue tracker on GitLab.com
14faas26234196831GoOpenFaaS - Serverless Functions Made Simple2026-09-01
15beats1264250021034Go🐠 Beats - Lightweight shippers for Elasticsearch & Logstash2026-09-02
16velero102601608831GoBackup and migrate Kubernetes applications and their persistent volumes2026-09-02
17chef82332523409RubyChef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale2026-09-01
18puppet7925220898RubyServer automation framework and application2026-09-01
19spinnaker97811272105JavaSpinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.2026-09-01
20cfssl94661148338GoCFSSL: Cloudflare's PKI and TLS toolkit2026-09-02
21metallb83341071101GoA network load-balancer implementation for Kubernetes using standard routing protocols2026-09-02
22datadog-agent37141477684GoMain repository for Datadog Agent2026-09-02
23terraform-aws-vpc3260462418HCLTerraform module to create AWS VPC resources 🇺🇦2026-09-01

📋 Databases

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1elasticsearch77895260686032JavaFree and Open Source, Distributed, RESTful Search Engine2026-09-02
2redis76173247732931CFor developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.2026-09-02
3etcd5221910487335GoDistributed reliable key-value store for the most critical data of a distributed system2026-09-02
4cockroach3243541018374GoCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.2026-09-02
5mongo28519579732C++The MongoDB Database2026-09-02
6influxdb3172937172160RustScalable datastore for metrics, events, and real-time analytics2026-09-01
7postgres2198358860CMirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch2026-09-02
8vitess2128623891094GoVitess is a database clustering system for horizontal scaling of MySQL.2026-09-02
9timescaledb234531141393CA time-series database for high-performance real-time analytics packaged as a Postgres extension2026-09-01
10dgraph21787160397Gohigh-performance graph database for real-time use cases2026-09-01
11scylladb1573515133646C++NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB2026-09-02
12mysql-server12414434543C++MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.2026-09-02
13cassandra100944120489JavaOpen source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.2026-09-02
14sqlite10398163623COfficial Git mirror of the SQLite source tree2026-09-02
15tarantool36624161714LuaGet your data in RAM. Get compute close to data. Enjoy the performance.2026-09-01

📋 Programming Languages

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1node120251366371207JavaScriptNode.js JavaScript runtime ✨🐢🚀✨2026-09-02
2rust1169721549612607RustEmpowering everyone to build reliable and efficient software.2026-09-02
3TypeScript110844137985155GoTypeScript is a superset of JavaScript that compiles to clean JavaScript output.2026-09-02
4cpython75591353159631PythonThe Python programming language2026-09-02
5swift70313108099239SwiftThe Swift Programming Language2026-09-02
6kotlin533726404399KotlinThe Kotlin Programming Language.2026-09-02
7php-src4035581372021CThe PHP Interpreter2026-09-02
8ruby236985637689RubyThe Ruby Programming Language2026-09-02
9jdk233066436401JavaJDK main-line development https://openjdk.org/projects/jdk2026-09-02
10sdk1126818558437DartThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.2026-09-02
11compiler7899689304HaskellCompiler for Elm, a functional language for reliable webapps.2026-08-30
12perl523216412366Perl🐪 The Perl programming language2026-09-02
13go010GoMirror of code.google.com/p/go/2018-09-30

⏰ Last Updated: September 02, 2026
This page is updated automatically every 24 hours to ensure the latest rankings are displayed.


📂 JSON Data Availability

Looking for programmatic access to this data? The rankings and other details are available in their respective .json files inside the data folder.


📊 Score Calculation

The popularity score of each technology (programming language, framework, database, testing tool, or DevOps tool) is calculated by considering various factors such as Stars, Forks, Watchers, Subscribers, and Issues. Each of these metrics has a weighted contribution to the final score, giving a more comprehensive view of its standing in the developer community.

  • Stars (40%): The number of stars a project has on GitHub, indicating its popularity.
  • Forks (25%): The number of forks, which represents how often the tool or technology is being used as a base for other projects.
  • Watchers (20%): The number of watchers, reflecting interest in the repository for updates.
  • Subscribers (10%): The number of users subscribed to the repository for notifications on new changes.
  • Issues (5%): The number of open issues, with a higher number of issues affecting the overall score.

The score is calculated using a weighted average of these metrics. Each metric is multiplied by its respective weight, and the total score is normalized to fall between 0 and 1.

Example formula:

Score = (Stars * 0.4) + (Forks * 0.25) + (Watchers * 0.2) + (Subscribers * 0.1) + (Issues * 0.05)

🤝 Contribution

We welcome contributions from the community! To contribute:

  1. Open the projects directory.

  2. Add a new line with the GitHub repository URL of the technology (programming language, framework, database, testing tool, or DevOps tool) in the respective .txt file. Each item should have its own line.
    Example:

    https://github.com/facebook/react
    https://github.com/angular/angular
    https://github.com/nodejs/node
    https://github.com/mysql/mysql-server
    
  3. Save the file, commit your changes, and submit a pull request.


⚖️ License

This project is open source and available under the MIT License. Feel free to use, share, and contribute!

About

Tracking the most popular programming languages, frameworks, databases, testing tools, and DevOps tools based on popularity score.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Repository files navigation

🌟 TechTracker

Stay at the forefront of the development landscape with TechTracker, a meticulously curated ranking of the most popular programming languages, frameworks, databases, testing tools, and DevOps tools. The popularity score for each technology is determined by evaluating a set of key metrics that reflect its community engagement, adoption, and overall usage.

🔄 Contribute: To add or update tracked technologies, simply modify the respective .txt file in the projects directory.

📜 This project is licensed under the MIT License.


📋 Frontend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1react248649512691332JavaScriptThe library for web and native user interfaces.2026-09-02
2bootstrap17469978622232MDXThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.2026-09-02
3vue21126533748638TypeScriptThis is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core2026-09-02
4angular101016274471145TypeScriptDeliver web apps with confidence 🚀2026-09-02
5svelte8804152361057JavaScriptweb development for the rest of us2026-09-02
6tailwindcss97422560464TypeScriptA utility-first CSS framework for rapid UI development.2026-09-02
7jquery5977620376103JavaScriptjQuery JavaScript Library2026-09-01
8webpack659599546134JavaScriptA bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.2026-09-01
9nuxt608065811544TypeScriptthe full-stack Vue framework2026-09-01
10ember.js225694169264TypeScriptEmber.js - A JavaScript framework for creating ambitious web applications2026-09-01

📋 Backend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1django8956534212484PythonThe Web framework for perfectionists with deadlines.2026-09-02
2spring-framework6021738767495JavaSpring Framework2026-09-02
3gin891608681769GoGin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.2026-09-02
4express6941724908236JavaScriptFast, unopinionated, minimalist web framework for node.2026-09-02
5flask72168169544PythonThe Python micro framework for building web applications.2026-09-02
6rails58747223861609RubyRuby on Rails2026-09-02
7nest76556854633TypeScriptA progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀2026-09-02
8aspnetcore38413109534151C#ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.2026-09-02
9framework348911195998PHPLaravel is a web application framework with expressive, elegant syntax.2026-09-02
10beego32420557821Gobeego is an open-source, high-performance web framework for the Go programming language.2026-09-01
11koa35689322643JavaScriptExpressive middleware for node.js using ES2017 async functions2026-09-02
12sails228041915589JavaScriptRealtime MVC Framework for Node.js2026-09-01
13aiohttp165362392217PythonAsynchronous HTTP client/server framework for asyncio and Python2026-09-02
14hapi14792136159JavaScriptThe Simple, Secure Framework Developers Trust2026-09-01
15go-swagger100061309301GoSwagger 2.0 implementation for go2026-09-01
16falcon97961032161PythonThe no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.2026-09-02
17bottle87791505290Pythonbottle.py is a fast and simple micro-framework for python web-applications.2026-09-01
18maven53393119701JavaApache Maven core2026-09-02
19blade5874115114Java🚀 Lightning fast and elegant mvc framework for Java82026-09-01
20pyramid409689289PythonPyramid - A Python web framework2026-08-31
21cherrypy1947370272PythonCherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev2026-09-01

📋 Mobile Application Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1flutter1787433104413152DartFlutter makes it easy and fast to build beautiful apps for mobile and beyond2026-09-02
2react-native126479252321167C++A framework for building native applications using React2026-09-02
3ionic-framework5264013315593TypeScriptA powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.2026-09-02
4maui2331619673844C#.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.2026-09-01
5NativeScript256351738856TypeScript⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.2026-09-01
6capacitor165441253123TypeScriptBuild cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️2026-09-02
7cordova7097340Apache Cordova2026-08-25

📋 Testing Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1puppeteer955359575264TypeScriptJavaScript API for Chrome and Firefox2026-09-02
2playwright955136376179TypeScriptPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.2026-09-02
3selenium344568720192JavaA browser automation framework and ecosystem.2026-09-02
4jest454706731190TypeScriptDelightful JavaScript Testing.2026-09-01
5cypress5102236551066TypeScriptFast, easy and reliable testing for anything that runs in a browser.2026-09-02
6mocha229083159265JavaScript☕️ Classic, reliable, trusted test framework for Node.js and the browser2026-09-02
7pytest144683334809PythonThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing2026-09-02
8enzyme198181966282JavaScriptJavaScript Testing utilities for React2026-09-02
9jasmine1582122357JavaScriptSimple JavaScript testing framework for browsers and node.js2026-09-02
10vitest170371953376TypeScriptNext generation testing framework powered by Vite.2026-09-02
11karma119641712402JavaScriptSpectacular Test Runner for JavaScript2026-09-01
12Quick982789849SwiftThe Swift (and Objective-C) testing framework.2026-09-01
13chai827072393JavaScriptBDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.2026-09-02
14common335867944A home for issues that are common to multiple cucumber repositories2026-08-29
15testem2918411115JavaScriptTest'em 'Scripts! A test runner that makes Javascript unit testing fun.2026-08-30
16pact-ruby21912186RubyEnables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.2026-08-20

📋 DevOps Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1kubernetes125931439793020GoProduction-Grade Container Scheduling and Management2026-09-02
2moby72027192233891GoThe Moby Project - a collaborative project for the container ecosystem to assemble container-based systems2026-09-02
3ansible7053624345833PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.2026-09-02
4prometheus6593810815887GoThe Prometheus monitoring system and time series database.2026-09-02
5terraform49599106161920GoTerraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.2026-09-02
6kong440765205193Lua🦍 The API and AI Gateway2026-09-02
7jenkins2652198203621JavaJenkins automation server2026-09-02
8argo-cd2405878204416GoDeclarative Continuous Deployment for Kubernetes2026-09-02
9helm302117773456GoThe Kubernetes Package Manager2026-09-02
10rancher2588432193345GoComplete container management platform2026-09-02
11k3s33865271585GoLightweight Kubernetes2026-09-02
12vagrant272054395753RubyVagrant is a tool for building and distributing development environments.2026-09-02
13gitlabhq24547599036RubyGitLab CE MirrorPlease open new issues in our issue tracker on GitLab.com
14faas26234196831GoOpenFaaS - Serverless Functions Made Simple2026-09-01
15beats1264250021034Go🐠 Beats - Lightweight shippers for Elasticsearch & Logstash2026-09-02
16velero102601608831GoBackup and migrate Kubernetes applications and their persistent volumes2026-09-02
17chef82332523409RubyChef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale2026-09-01
18puppet7925220898RubyServer automation framework and application2026-09-01
19spinnaker97811272105JavaSpinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.2026-09-01
20cfssl94661148338GoCFSSL: Cloudflare's PKI and TLS toolkit2026-09-02
21metallb83341071101GoA network load-balancer implementation for Kubernetes using standard routing protocols2026-09-02
22datadog-agent37141477684GoMain repository for Datadog Agent2026-09-02
23terraform-aws-vpc3260462418HCLTerraform module to create AWS VPC resources 🇺🇦2026-09-01

📋 Databases

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1elasticsearch77895260686032JavaFree and Open Source, Distributed, RESTful Search Engine2026-09-02
2redis76173247732931CFor developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.2026-09-02
3etcd5221910487335GoDistributed reliable key-value store for the most critical data of a distributed system2026-09-02
4cockroach3243541018374GoCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.2026-09-02
5mongo28519579732C++The MongoDB Database2026-09-02
6influxdb3172937172160RustScalable datastore for metrics, events, and real-time analytics2026-09-01
7postgres2198358860CMirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch2026-09-02
8vitess2128623891094GoVitess is a database clustering system for horizontal scaling of MySQL.2026-09-02
9timescaledb234531141393CA time-series database for high-performance real-time analytics packaged as a Postgres extension2026-09-01
10dgraph21787160397Gohigh-performance graph database for real-time use cases2026-09-01
11scylladb1573515133646C++NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB2026-09-02
12mysql-server12414434543C++MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.2026-09-02
13cassandra100944120489JavaOpen source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.2026-09-02
14sqlite10398163623COfficial Git mirror of the SQLite source tree2026-09-02
15tarantool36624161714LuaGet your data in RAM. Get compute close to data. Enjoy the performance.2026-09-01

📋 Programming Languages

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1node120251366371207JavaScriptNode.js JavaScript runtime ✨🐢🚀✨2026-09-02
2rust1169721549612607RustEmpowering everyone to build reliable and efficient software.2026-09-02
3TypeScript110844137985155GoTypeScript is a superset of JavaScript that compiles to clean JavaScript output.2026-09-02
4cpython75591353159631PythonThe Python programming language2026-09-02
5swift70313108099239SwiftThe Swift Programming Language2026-09-02
6kotlin533726404399KotlinThe Kotlin Programming Language.2026-09-02
7php-src4035581372021CThe PHP Interpreter2026-09-02
8ruby236985637689RubyThe Ruby Programming Language2026-09-02
9jdk233066436401JavaJDK main-line development https://openjdk.org/projects/jdk2026-09-02
10sdk1126818558437DartThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.2026-09-02
11compiler7899689304HaskellCompiler for Elm, a functional language for reliable webapps.2026-08-30
12perl523216412366Perl🐪 The Perl programming language2026-09-02
13go010GoMirror of code.google.com/p/go/2018-09-30

⏰ Last Updated: September 02, 2026
This page is updated automatically every 24 hours to ensure the latest rankings are displayed.


📂 JSON Data Availability

Looking for programmatic access to this data? The rankings and other details are available in their respective .json files inside the data folder.


📊 Score Calculation

The popularity score of each technology (programming language, framework, database, testing tool, or DevOps tool) is calculated by considering various factors such as Stars, Forks, Watchers, Subscribers, and Issues. Each of these metrics has a weighted contribution to the final score, giving a more comprehensive view of its standing in the developer community.

  • Stars (40%): The number of stars a project has on GitHub, indicating its popularity.
  • Forks (25%): The number of forks, which represents how often the tool or technology is being used as a base for other projects.
  • Watchers (20%): The number of watchers, reflecting interest in the repository for updates.
  • Subscribers (10%): The number of users subscribed to the repository for notifications on new changes.
  • Issues (5%): The number of open issues, with a higher number of issues affecting the overall score.

The score is calculated using a weighted average of these metrics. Each metric is multiplied by its respective weight, and the total score is normalized to fall between 0 and 1.

Example formula:

Score = (Stars * 0.4) + (Forks * 0.25) + (Watchers * 0.2) + (Subscribers * 0.1) + (Issues * 0.05)

🤝 Contribution

We welcome contributions from the community! To contribute:

  1. Open the projects directory.

  2. Add a new line with the GitHub repository URL of the technology (programming language, framework, database, testing tool, or DevOps tool) in the respective .txt file. Each item should have its own line.
    Example:

    https://github.com/facebook/react
    https://github.com/angular/angular
    https://github.com/nodejs/node
    https://github.com/mysql/mysql-server
    
  3. Save the file, commit your changes, and submit a pull request.


⚖️ License

This project is open source and available under the MIT License. Feel free to use, share, and contribute!

About

Tracking the most popular programming languages, frameworks, databases, testing tools, and DevOps tools based on popularity score.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Repository files navigation

🌟 TechTracker

Stay at the forefront of the development landscape with TechTracker, a meticulously curated ranking of the most popular programming languages, frameworks, databases, testing tools, and DevOps tools. The popularity score for each technology is determined by evaluating a set of key metrics that reflect its community engagement, adoption, and overall usage.

🔄 Contribute: To add or update tracked technologies, simply modify the respective .txt file in the projects directory.

📜 This project is licensed under the MIT License.


📋 Frontend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1react248649512691332JavaScriptThe library for web and native user interfaces.2026-09-02
2bootstrap17469978622232MDXThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.2026-09-02
3vue21126533748638TypeScriptThis is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core2026-09-02
4angular101016274471145TypeScriptDeliver web apps with confidence 🚀2026-09-02
5svelte8804152361057JavaScriptweb development for the rest of us2026-09-02
6tailwindcss97422560464TypeScriptA utility-first CSS framework for rapid UI development.2026-09-02
7jquery5977620376103JavaScriptjQuery JavaScript Library2026-09-01
8webpack659599546134JavaScriptA bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.2026-09-01
9nuxt608065811544TypeScriptthe full-stack Vue framework2026-09-01
10ember.js225694169264TypeScriptEmber.js - A JavaScript framework for creating ambitious web applications2026-09-01

📋 Backend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1django8956534212484PythonThe Web framework for perfectionists with deadlines.2026-09-02
2spring-framework6021738767495JavaSpring Framework2026-09-02
3gin891608681769GoGin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.2026-09-02
4express6941724908236JavaScriptFast, unopinionated, minimalist web framework for node.2026-09-02
5flask72168169544PythonThe Python micro framework for building web applications.2026-09-02
6rails58747223861609RubyRuby on Rails2026-09-02
7nest76556854633TypeScriptA progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀2026-09-02
8aspnetcore38413109534151C#ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.2026-09-02
9framework348911195998PHPLaravel is a web application framework with expressive, elegant syntax.2026-09-02
10beego32420557821Gobeego is an open-source, high-performance web framework for the Go programming language.2026-09-01
11koa35689322643JavaScriptExpressive middleware for node.js using ES2017 async functions2026-09-02
12sails228041915589JavaScriptRealtime MVC Framework for Node.js2026-09-01
13aiohttp165362392217PythonAsynchronous HTTP client/server framework for asyncio and Python2026-09-02
14hapi14792136159JavaScriptThe Simple, Secure Framework Developers Trust2026-09-01
15go-swagger100061309301GoSwagger 2.0 implementation for go2026-09-01
16falcon97961032161PythonThe no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.2026-09-02
17bottle87791505290Pythonbottle.py is a fast and simple micro-framework for python web-applications.2026-09-01
18maven53393119701JavaApache Maven core2026-09-02
19blade5874115114Java🚀 Lightning fast and elegant mvc framework for Java82026-09-01
20pyramid409689289PythonPyramid - A Python web framework2026-08-31
21cherrypy1947370272PythonCherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev2026-09-01

📋 Mobile Application Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1flutter1787433104413152DartFlutter makes it easy and fast to build beautiful apps for mobile and beyond2026-09-02
2react-native126479252321167C++A framework for building native applications using React2026-09-02
3ionic-framework5264013315593TypeScriptA powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.2026-09-02
4maui2331619673844C#.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.2026-09-01
5NativeScript256351738856TypeScript⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.2026-09-01
6capacitor165441253123TypeScriptBuild cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️2026-09-02
7cordova7097340Apache Cordova2026-08-25

📋 Testing Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1puppeteer955359575264TypeScriptJavaScript API for Chrome and Firefox2026-09-02
2playwright955136376179TypeScriptPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.2026-09-02
3selenium344568720192JavaA browser automation framework and ecosystem.2026-09-02
4jest454706731190TypeScriptDelightful JavaScript Testing.2026-09-01
5cypress5102236551066TypeScriptFast, easy and reliable testing for anything that runs in a browser.2026-09-02
6mocha229083159265JavaScript☕️ Classic, reliable, trusted test framework for Node.js and the browser2026-09-02
7pytest144683334809PythonThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing2026-09-02
8enzyme198181966282JavaScriptJavaScript Testing utilities for React2026-09-02
9jasmine1582122357JavaScriptSimple JavaScript testing framework for browsers and node.js2026-09-02
10vitest170371953376TypeScriptNext generation testing framework powered by Vite.2026-09-02
11karma119641712402JavaScriptSpectacular Test Runner for JavaScript2026-09-01
12Quick982789849SwiftThe Swift (and Objective-C) testing framework.2026-09-01
13chai827072393JavaScriptBDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.2026-09-02
14common335867944A home for issues that are common to multiple cucumber repositories2026-08-29
15testem2918411115JavaScriptTest'em 'Scripts! A test runner that makes Javascript unit testing fun.2026-08-30
16pact-ruby21912186RubyEnables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.2026-08-20

📋 DevOps Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1kubernetes125931439793020GoProduction-Grade Container Scheduling and Management2026-09-02
2moby72027192233891GoThe Moby Project - a collaborative project for the container ecosystem to assemble container-based systems2026-09-02
3ansible7053624345833PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.2026-09-02
4prometheus6593810815887GoThe Prometheus monitoring system and time series database.2026-09-02
5terraform49599106161920GoTerraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.2026-09-02
6kong440765205193Lua🦍 The API and AI Gateway2026-09-02
7jenkins2652198203621JavaJenkins automation server2026-09-02
8argo-cd2405878204416GoDeclarative Continuous Deployment for Kubernetes2026-09-02
9helm302117773456GoThe Kubernetes Package Manager2026-09-02
10rancher2588432193345GoComplete container management platform2026-09-02
11k3s33865271585GoLightweight Kubernetes2026-09-02
12vagrant272054395753RubyVagrant is a tool for building and distributing development environments.2026-09-02
13gitlabhq24547599036RubyGitLab CE MirrorPlease open new issues in our issue tracker on GitLab.com
14faas26234196831GoOpenFaaS - Serverless Functions Made Simple2026-09-01
15beats1264250021034Go🐠 Beats - Lightweight shippers for Elasticsearch & Logstash2026-09-02
16velero102601608831GoBackup and migrate Kubernetes applications and their persistent volumes2026-09-02
17chef82332523409RubyChef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale2026-09-01
18puppet7925220898RubyServer automation framework and application2026-09-01
19spinnaker97811272105JavaSpinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.2026-09-01
20cfssl94661148338GoCFSSL: Cloudflare's PKI and TLS toolkit2026-09-02
21metallb83341071101GoA network load-balancer implementation for Kubernetes using standard routing protocols2026-09-02
22datadog-agent37141477684GoMain repository for Datadog Agent2026-09-02
23terraform-aws-vpc3260462418HCLTerraform module to create AWS VPC resources 🇺🇦2026-09-01

📋 Databases

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1elasticsearch77895260686032JavaFree and Open Source, Distributed, RESTful Search Engine2026-09-02
2redis76173247732931CFor developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.2026-09-02
3etcd5221910487335GoDistributed reliable key-value store for the most critical data of a distributed system2026-09-02
4cockroach3243541018374GoCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.2026-09-02
5mongo28519579732C++The MongoDB Database2026-09-02
6influxdb3172937172160RustScalable datastore for metrics, events, and real-time analytics2026-09-01
7postgres2198358860CMirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch2026-09-02
8vitess2128623891094GoVitess is a database clustering system for horizontal scaling of MySQL.2026-09-02
9timescaledb234531141393CA time-series database for high-performance real-time analytics packaged as a Postgres extension2026-09-01
10dgraph21787160397Gohigh-performance graph database for real-time use cases2026-09-01
11scylladb1573515133646C++NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB2026-09-02
12mysql-server12414434543C++MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.2026-09-02
13cassandra100944120489JavaOpen source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.2026-09-02
14sqlite10398163623COfficial Git mirror of the SQLite source tree2026-09-02
15tarantool36624161714LuaGet your data in RAM. Get compute close to data. Enjoy the performance.2026-09-01

📋 Programming Languages

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1node120251366371207JavaScriptNode.js JavaScript runtime ✨🐢🚀✨2026-09-02
2rust1169721549612607RustEmpowering everyone to build reliable and efficient software.2026-09-02
3TypeScript110844137985155GoTypeScript is a superset of JavaScript that compiles to clean JavaScript output.2026-09-02
4cpython75591353159631PythonThe Python programming language2026-09-02
5swift70313108099239SwiftThe Swift Programming Language2026-09-02
6kotlin533726404399KotlinThe Kotlin Programming Language.2026-09-02
7php-src4035581372021CThe PHP Interpreter2026-09-02
8ruby236985637689RubyThe Ruby Programming Language2026-09-02
9jdk233066436401JavaJDK main-line development https://openjdk.org/projects/jdk2026-09-02
10sdk1126818558437DartThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.2026-09-02
11compiler7899689304HaskellCompiler for Elm, a functional language for reliable webapps.2026-08-30
12perl523216412366Perl🐪 The Perl programming language2026-09-02
13go010GoMirror of code.google.com/p/go/2018-09-30

⏰ Last Updated: September 02, 2026
This page is updated automatically every 24 hours to ensure the latest rankings are displayed.


📂 JSON Data Availability

Looking for programmatic access to this data? The rankings and other details are available in their respective .json files inside the data folder.


📊 Score Calculation

The popularity score of each technology (programming language, framework, database, testing tool, or DevOps tool) is calculated by considering various factors such as Stars, Forks, Watchers, Subscribers, and Issues. Each of these metrics has a weighted contribution to the final score, giving a more comprehensive view of its standing in the developer community.

  • Stars (40%): The number of stars a project has on GitHub, indicating its popularity.
  • Forks (25%): The number of forks, which represents how often the tool or technology is being used as a base for other projects.
  • Watchers (20%): The number of watchers, reflecting interest in the repository for updates.
  • Subscribers (10%): The number of users subscribed to the repository for notifications on new changes.
  • Issues (5%): The number of open issues, with a higher number of issues affecting the overall score.

The score is calculated using a weighted average of these metrics. Each metric is multiplied by its respective weight, and the total score is normalized to fall between 0 and 1.

Example formula:

Score = (Stars * 0.4) + (Forks * 0.25) + (Watchers * 0.2) + (Subscribers * 0.1) + (Issues * 0.05)

🤝 Contribution

We welcome contributions from the community! To contribute:

  1. Open the projects directory.

  2. Add a new line with the GitHub repository URL of the technology (programming language, framework, database, testing tool, or DevOps tool) in the respective .txt file. Each item should have its own line.
    Example:

    https://github.com/facebook/react
    https://github.com/angular/angular
    https://github.com/nodejs/node
    https://github.com/mysql/mysql-server
    
  3. Save the file, commit your changes, and submit a pull request.


⚖️ License

This project is open source and available under the MIT License. Feel free to use, share, and contribute!

About

Tracking the most popular programming languages, frameworks, databases, testing tools, and DevOps tools based on popularity score.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Repository files navigation

🌟 TechTracker

Stay at the forefront of the development landscape with TechTracker, a meticulously curated ranking of the most popular programming languages, frameworks, databases, testing tools, and DevOps tools. The popularity score for each technology is determined by evaluating a set of key metrics that reflect its community engagement, adoption, and overall usage.

🔄 Contribute: To add or update tracked technologies, simply modify the respective .txt file in the projects directory.

📜 This project is licensed under the MIT License.


📋 Frontend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1react248649512691332JavaScriptThe library for web and native user interfaces.2026-09-02
2bootstrap17469978622232MDXThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.2026-09-02
3vue21126533748638TypeScriptThis is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core2026-09-02
4angular101016274471145TypeScriptDeliver web apps with confidence 🚀2026-09-02
5svelte8804152361057JavaScriptweb development for the rest of us2026-09-02
6tailwindcss97422560464TypeScriptA utility-first CSS framework for rapid UI development.2026-09-02
7jquery5977620376103JavaScriptjQuery JavaScript Library2026-09-01
8webpack659599546134JavaScriptA bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.2026-09-01
9nuxt608065811544TypeScriptthe full-stack Vue framework2026-09-01
10ember.js225694169264TypeScriptEmber.js - A JavaScript framework for creating ambitious web applications2026-09-01

📋 Backend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1django8956534212484PythonThe Web framework for perfectionists with deadlines.2026-09-02
2spring-framework6021738767495JavaSpring Framework2026-09-02
3gin891608681769GoGin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.2026-09-02
4express6941724908236JavaScriptFast, unopinionated, minimalist web framework for node.2026-09-02
5flask72168169544PythonThe Python micro framework for building web applications.2026-09-02
6rails58747223861609RubyRuby on Rails2026-09-02
7nest76556854633TypeScriptA progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀2026-09-02
8aspnetcore38413109534151C#ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.2026-09-02
9framework348911195998PHPLaravel is a web application framework with expressive, elegant syntax.2026-09-02
10beego32420557821Gobeego is an open-source, high-performance web framework for the Go programming language.2026-09-01
11koa35689322643JavaScriptExpressive middleware for node.js using ES2017 async functions2026-09-02
12sails228041915589JavaScriptRealtime MVC Framework for Node.js2026-09-01
13aiohttp165362392217PythonAsynchronous HTTP client/server framework for asyncio and Python2026-09-02
14hapi14792136159JavaScriptThe Simple, Secure Framework Developers Trust2026-09-01
15go-swagger100061309301GoSwagger 2.0 implementation for go2026-09-01
16falcon97961032161PythonThe no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.2026-09-02
17bottle87791505290Pythonbottle.py is a fast and simple micro-framework for python web-applications.2026-09-01
18maven53393119701JavaApache Maven core2026-09-02
19blade5874115114Java🚀 Lightning fast and elegant mvc framework for Java82026-09-01
20pyramid409689289PythonPyramid - A Python web framework2026-08-31
21cherrypy1947370272PythonCherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev2026-09-01

📋 Mobile Application Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1flutter1787433104413152DartFlutter makes it easy and fast to build beautiful apps for mobile and beyond2026-09-02
2react-native126479252321167C++A framework for building native applications using React2026-09-02
3ionic-framework5264013315593TypeScriptA powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.2026-09-02
4maui2331619673844C#.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.2026-09-01
5NativeScript256351738856TypeScript⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.2026-09-01
6capacitor165441253123TypeScriptBuild cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️2026-09-02
7cordova7097340Apache Cordova2026-08-25

📋 Testing Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1puppeteer955359575264TypeScriptJavaScript API for Chrome and Firefox2026-09-02
2playwright955136376179TypeScriptPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.2026-09-02
3selenium344568720192JavaA browser automation framework and ecosystem.2026-09-02
4jest454706731190TypeScriptDelightful JavaScript Testing.2026-09-01
5cypress5102236551066TypeScriptFast, easy and reliable testing for anything that runs in a browser.2026-09-02
6mocha229083159265JavaScript☕️ Classic, reliable, trusted test framework for Node.js and the browser2026-09-02
7pytest144683334809PythonThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing2026-09-02
8enzyme198181966282JavaScriptJavaScript Testing utilities for React2026-09-02
9jasmine1582122357JavaScriptSimple JavaScript testing framework for browsers and node.js2026-09-02
10vitest170371953376TypeScriptNext generation testing framework powered by Vite.2026-09-02
11karma119641712402JavaScriptSpectacular Test Runner for JavaScript2026-09-01
12Quick982789849SwiftThe Swift (and Objective-C) testing framework.2026-09-01
13chai827072393JavaScriptBDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.2026-09-02
14common335867944A home for issues that are common to multiple cucumber repositories2026-08-29
15testem2918411115JavaScriptTest'em 'Scripts! A test runner that makes Javascript unit testing fun.2026-08-30
16pact-ruby21912186RubyEnables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.2026-08-20

📋 DevOps Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1kubernetes125931439793020GoProduction-Grade Container Scheduling and Management2026-09-02
2moby72027192233891GoThe Moby Project - a collaborative project for the container ecosystem to assemble container-based systems2026-09-02
3ansible7053624345833PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.2026-09-02
4prometheus6593810815887GoThe Prometheus monitoring system and time series database.2026-09-02
5terraform49599106161920GoTerraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.2026-09-02
6kong440765205193Lua🦍 The API and AI Gateway2026-09-02
7jenkins2652198203621JavaJenkins automation server2026-09-02
8argo-cd2405878204416GoDeclarative Continuous Deployment for Kubernetes2026-09-02
9helm302117773456GoThe Kubernetes Package Manager2026-09-02
10rancher2588432193345GoComplete container management platform2026-09-02
11k3s33865271585GoLightweight Kubernetes2026-09-02
12vagrant272054395753RubyVagrant is a tool for building and distributing development environments.2026-09-02
13gitlabhq24547599036RubyGitLab CE MirrorPlease open new issues in our issue tracker on GitLab.com
14faas26234196831GoOpenFaaS - Serverless Functions Made Simple2026-09-01
15beats1264250021034Go🐠 Beats - Lightweight shippers for Elasticsearch & Logstash2026-09-02
16velero102601608831GoBackup and migrate Kubernetes applications and their persistent volumes2026-09-02
17chef82332523409RubyChef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale2026-09-01
18puppet7925220898RubyServer automation framework and application2026-09-01
19spinnaker97811272105JavaSpinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.2026-09-01
20cfssl94661148338GoCFSSL: Cloudflare's PKI and TLS toolkit2026-09-02
21metallb83341071101GoA network load-balancer implementation for Kubernetes using standard routing protocols2026-09-02
22datadog-agent37141477684GoMain repository for Datadog Agent2026-09-02
23terraform-aws-vpc3260462418HCLTerraform module to create AWS VPC resources 🇺🇦2026-09-01

📋 Databases

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1elasticsearch77895260686032JavaFree and Open Source, Distributed, RESTful Search Engine2026-09-02
2redis76173247732931CFor developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.2026-09-02
3etcd5221910487335GoDistributed reliable key-value store for the most critical data of a distributed system2026-09-02
4cockroach3243541018374GoCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.2026-09-02
5mongo28519579732C++The MongoDB Database2026-09-02
6influxdb3172937172160RustScalable datastore for metrics, events, and real-time analytics2026-09-01
7postgres2198358860CMirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch2026-09-02
8vitess2128623891094GoVitess is a database clustering system for horizontal scaling of MySQL.2026-09-02
9timescaledb234531141393CA time-series database for high-performance real-time analytics packaged as a Postgres extension2026-09-01
10dgraph21787160397Gohigh-performance graph database for real-time use cases2026-09-01
11scylladb1573515133646C++NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB2026-09-02
12mysql-server12414434543C++MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.2026-09-02
13cassandra100944120489JavaOpen source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.2026-09-02
14sqlite10398163623COfficial Git mirror of the SQLite source tree2026-09-02
15tarantool36624161714LuaGet your data in RAM. Get compute close to data. Enjoy the performance.2026-09-01

📋 Programming Languages

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1node120251366371207JavaScriptNode.js JavaScript runtime ✨🐢🚀✨2026-09-02
2rust1169721549612607RustEmpowering everyone to build reliable and efficient software.2026-09-02
3TypeScript110844137985155GoTypeScript is a superset of JavaScript that compiles to clean JavaScript output.2026-09-02
4cpython75591353159631PythonThe Python programming language2026-09-02
5swift70313108099239SwiftThe Swift Programming Language2026-09-02
6kotlin533726404399KotlinThe Kotlin Programming Language.2026-09-02
7php-src4035581372021CThe PHP Interpreter2026-09-02
8ruby236985637689RubyThe Ruby Programming Language2026-09-02
9jdk233066436401JavaJDK main-line development https://openjdk.org/projects/jdk2026-09-02
10sdk1126818558437DartThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.2026-09-02
11compiler7899689304HaskellCompiler for Elm, a functional language for reliable webapps.2026-08-30
12perl523216412366Perl🐪 The Perl programming language2026-09-02
13go010GoMirror of code.google.com/p/go/2018-09-30

⏰ Last Updated: September 02, 2026
This page is updated automatically every 24 hours to ensure the latest rankings are displayed.


📂 JSON Data Availability

Looking for programmatic access to this data? The rankings and other details are available in their respective .json files inside the data folder.


📊 Score Calculation

The popularity score of each technology (programming language, framework, database, testing tool, or DevOps tool) is calculated by considering various factors such as Stars, Forks, Watchers, Subscribers, and Issues. Each of these metrics has a weighted contribution to the final score, giving a more comprehensive view of its standing in the developer community.

  • Stars (40%): The number of stars a project has on GitHub, indicating its popularity.
  • Forks (25%): The number of forks, which represents how often the tool or technology is being used as a base for other projects.
  • Watchers (20%): The number of watchers, reflecting interest in the repository for updates.
  • Subscribers (10%): The number of users subscribed to the repository for notifications on new changes.
  • Issues (5%): The number of open issues, with a higher number of issues affecting the overall score.

The score is calculated using a weighted average of these metrics. Each metric is multiplied by its respective weight, and the total score is normalized to fall between 0 and 1.

Example formula:

Score = (Stars * 0.4) + (Forks * 0.25) + (Watchers * 0.2) + (Subscribers * 0.1) + (Issues * 0.05)

🤝 Contribution

We welcome contributions from the community! To contribute:

  1. Open the projects directory.

  2. Add a new line with the GitHub repository URL of the technology (programming language, framework, database, testing tool, or DevOps tool) in the respective .txt file. Each item should have its own line.
    Example:

    https://github.com/facebook/react
    https://github.com/angular/angular
    https://github.com/nodejs/node
    https://github.com/mysql/mysql-server
    
  3. Save the file, commit your changes, and submit a pull request.


⚖️ License

This project is open source and available under the MIT License. Feel free to use, share, and contribute!

About

Tracking the most popular programming languages, frameworks, databases, testing tools, and DevOps tools based on popularity score.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Repository files navigation

🌟 TechTracker

Stay at the forefront of the development landscape with TechTracker, a meticulously curated ranking of the most popular programming languages, frameworks, databases, testing tools, and DevOps tools. The popularity score for each technology is determined by evaluating a set of key metrics that reflect its community engagement, adoption, and overall usage.

🔄 Contribute: To add or update tracked technologies, simply modify the respective .txt file in the projects directory.

📜 This project is licensed under the MIT License.


📋 Frontend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1react248649512691332JavaScriptThe library for web and native user interfaces.2026-09-02
2bootstrap17469978622232MDXThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.2026-09-02
3vue21126533748638TypeScriptThis is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core2026-09-02
4angular101016274471145TypeScriptDeliver web apps with confidence 🚀2026-09-02
5svelte8804152361057JavaScriptweb development for the rest of us2026-09-02
6tailwindcss97422560464TypeScriptA utility-first CSS framework for rapid UI development.2026-09-02
7jquery5977620376103JavaScriptjQuery JavaScript Library2026-09-01
8webpack659599546134JavaScriptA bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.2026-09-01
9nuxt608065811544TypeScriptthe full-stack Vue framework2026-09-01
10ember.js225694169264TypeScriptEmber.js - A JavaScript framework for creating ambitious web applications2026-09-01

📋 Backend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1django8956534212484PythonThe Web framework for perfectionists with deadlines.2026-09-02
2spring-framework6021738767495JavaSpring Framework2026-09-02
3gin891608681769GoGin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.2026-09-02
4express6941724908236JavaScriptFast, unopinionated, minimalist web framework for node.2026-09-02
5flask72168169544PythonThe Python micro framework for building web applications.2026-09-02
6rails58747223861609RubyRuby on Rails2026-09-02
7nest76556854633TypeScriptA progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀2026-09-02
8aspnetcore38413109534151C#ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.2026-09-02
9framework348911195998PHPLaravel is a web application framework with expressive, elegant syntax.2026-09-02
10beego32420557821Gobeego is an open-source, high-performance web framework for the Go programming language.2026-09-01
11koa35689322643JavaScriptExpressive middleware for node.js using ES2017 async functions2026-09-02
12sails228041915589JavaScriptRealtime MVC Framework for Node.js2026-09-01
13aiohttp165362392217PythonAsynchronous HTTP client/server framework for asyncio and Python2026-09-02
14hapi14792136159JavaScriptThe Simple, Secure Framework Developers Trust2026-09-01
15go-swagger100061309301GoSwagger 2.0 implementation for go2026-09-01
16falcon97961032161PythonThe no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.2026-09-02
17bottle87791505290Pythonbottle.py is a fast and simple micro-framework for python web-applications.2026-09-01
18maven53393119701JavaApache Maven core2026-09-02
19blade5874115114Java🚀 Lightning fast and elegant mvc framework for Java82026-09-01
20pyramid409689289PythonPyramid - A Python web framework2026-08-31
21cherrypy1947370272PythonCherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev2026-09-01

📋 Mobile Application Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1flutter1787433104413152DartFlutter makes it easy and fast to build beautiful apps for mobile and beyond2026-09-02
2react-native126479252321167C++A framework for building native applications using React2026-09-02
3ionic-framework5264013315593TypeScriptA powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.2026-09-02
4maui2331619673844C#.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.2026-09-01
5NativeScript256351738856TypeScript⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.2026-09-01
6capacitor165441253123TypeScriptBuild cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️2026-09-02
7cordova7097340Apache Cordova2026-08-25

📋 Testing Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1puppeteer955359575264TypeScriptJavaScript API for Chrome and Firefox2026-09-02
2playwright955136376179TypeScriptPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.2026-09-02
3selenium344568720192JavaA browser automation framework and ecosystem.2026-09-02
4jest454706731190TypeScriptDelightful JavaScript Testing.2026-09-01
5cypress5102236551066TypeScriptFast, easy and reliable testing for anything that runs in a browser.2026-09-02
6mocha229083159265JavaScript☕️ Classic, reliable, trusted test framework for Node.js and the browser2026-09-02
7pytest144683334809PythonThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing2026-09-02
8enzyme198181966282JavaScriptJavaScript Testing utilities for React2026-09-02
9jasmine1582122357JavaScriptSimple JavaScript testing framework for browsers and node.js2026-09-02
10vitest170371953376TypeScriptNext generation testing framework powered by Vite.2026-09-02
11karma119641712402JavaScriptSpectacular Test Runner for JavaScript2026-09-01
12Quick982789849SwiftThe Swift (and Objective-C) testing framework.2026-09-01
13chai827072393JavaScriptBDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.2026-09-02
14common335867944A home for issues that are common to multiple cucumber repositories2026-08-29
15testem2918411115JavaScriptTest'em 'Scripts! A test runner that makes Javascript unit testing fun.2026-08-30
16pact-ruby21912186RubyEnables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.2026-08-20

📋 DevOps Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1kubernetes125931439793020GoProduction-Grade Container Scheduling and Management2026-09-02
2moby72027192233891GoThe Moby Project - a collaborative project for the container ecosystem to assemble container-based systems2026-09-02
3ansible7053624345833PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.2026-09-02
4prometheus6593810815887GoThe Prometheus monitoring system and time series database.2026-09-02
5terraform49599106161920GoTerraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.2026-09-02
6kong440765205193Lua🦍 The API and AI Gateway2026-09-02
7jenkins2652198203621JavaJenkins automation server2026-09-02
8argo-cd2405878204416GoDeclarative Continuous Deployment for Kubernetes2026-09-02
9helm302117773456GoThe Kubernetes Package Manager2026-09-02
10rancher2588432193345GoComplete container management platform2026-09-02
11k3s33865271585GoLightweight Kubernetes2026-09-02
12vagrant272054395753RubyVagrant is a tool for building and distributing development environments.2026-09-02
13gitlabhq24547599036RubyGitLab CE MirrorPlease open new issues in our issue tracker on GitLab.com
14faas26234196831GoOpenFaaS - Serverless Functions Made Simple2026-09-01
15beats1264250021034Go🐠 Beats - Lightweight shippers for Elasticsearch & Logstash2026-09-02
16velero102601608831GoBackup and migrate Kubernetes applications and their persistent volumes2026-09-02
17chef82332523409RubyChef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale2026-09-01
18puppet7925220898RubyServer automation framework and application2026-09-01
19spinnaker97811272105JavaSpinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.2026-09-01
20cfssl94661148338GoCFSSL: Cloudflare's PKI and TLS toolkit2026-09-02
21metallb83341071101GoA network load-balancer implementation for Kubernetes using standard routing protocols2026-09-02
22datadog-agent37141477684GoMain repository for Datadog Agent2026-09-02
23terraform-aws-vpc3260462418HCLTerraform module to create AWS VPC resources 🇺🇦2026-09-01

📋 Databases

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1elasticsearch77895260686032JavaFree and Open Source, Distributed, RESTful Search Engine2026-09-02
2redis76173247732931CFor developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.2026-09-02
3etcd5221910487335GoDistributed reliable key-value store for the most critical data of a distributed system2026-09-02
4cockroach3243541018374GoCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.2026-09-02
5mongo28519579732C++The MongoDB Database2026-09-02
6influxdb3172937172160RustScalable datastore for metrics, events, and real-time analytics2026-09-01
7postgres2198358860CMirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch2026-09-02
8vitess2128623891094GoVitess is a database clustering system for horizontal scaling of MySQL.2026-09-02
9timescaledb234531141393CA time-series database for high-performance real-time analytics packaged as a Postgres extension2026-09-01
10dgraph21787160397Gohigh-performance graph database for real-time use cases2026-09-01
11scylladb1573515133646C++NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB2026-09-02
12mysql-server12414434543C++MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.2026-09-02
13cassandra100944120489JavaOpen source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.2026-09-02
14sqlite10398163623COfficial Git mirror of the SQLite source tree2026-09-02
15tarantool36624161714LuaGet your data in RAM. Get compute close to data. Enjoy the performance.2026-09-01

📋 Programming Languages

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1node120251366371207JavaScriptNode.js JavaScript runtime ✨🐢🚀✨2026-09-02
2rust1169721549612607RustEmpowering everyone to build reliable and efficient software.2026-09-02
3TypeScript110844137985155GoTypeScript is a superset of JavaScript that compiles to clean JavaScript output.2026-09-02
4cpython75591353159631PythonThe Python programming language2026-09-02
5swift70313108099239SwiftThe Swift Programming Language2026-09-02
6kotlin533726404399KotlinThe Kotlin Programming Language.2026-09-02
7php-src4035581372021CThe PHP Interpreter2026-09-02
8ruby236985637689RubyThe Ruby Programming Language2026-09-02
9jdk233066436401JavaJDK main-line development https://openjdk.org/projects/jdk2026-09-02
10sdk1126818558437DartThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.2026-09-02
11compiler7899689304HaskellCompiler for Elm, a functional language for reliable webapps.2026-08-30
12perl523216412366Perl🐪 The Perl programming language2026-09-02
13go010GoMirror of code.google.com/p/go/2018-09-30

⏰ Last Updated: September 02, 2026
This page is updated automatically every 24 hours to ensure the latest rankings are displayed.


📂 JSON Data Availability

Looking for programmatic access to this data? The rankings and other details are available in their respective .json files inside the data folder.


📊 Score Calculation

The popularity score of each technology (programming language, framework, database, testing tool, or DevOps tool) is calculated by considering various factors such as Stars, Forks, Watchers, Subscribers, and Issues. Each of these metrics has a weighted contribution to the final score, giving a more comprehensive view of its standing in the developer community.

  • Stars (40%): The number of stars a project has on GitHub, indicating its popularity.
  • Forks (25%): The number of forks, which represents how often the tool or technology is being used as a base for other projects.
  • Watchers (20%): The number of watchers, reflecting interest in the repository for updates.
  • Subscribers (10%): The number of users subscribed to the repository for notifications on new changes.
  • Issues (5%): The number of open issues, with a higher number of issues affecting the overall score.

The score is calculated using a weighted average of these metrics. Each metric is multiplied by its respective weight, and the total score is normalized to fall between 0 and 1.

Example formula:

Score = (Stars * 0.4) + (Forks * 0.25) + (Watchers * 0.2) + (Subscribers * 0.1) + (Issues * 0.05)

🤝 Contribution

We welcome contributions from the community! To contribute:

  1. Open the projects directory.

  2. Add a new line with the GitHub repository URL of the technology (programming language, framework, database, testing tool, or DevOps tool) in the respective .txt file. Each item should have its own line.
    Example:

    https://github.com/facebook/react
    https://github.com/angular/angular
    https://github.com/nodejs/node
    https://github.com/mysql/mysql-server
    
  3. Save the file, commit your changes, and submit a pull request.


⚖️ License

This project is open source and available under the MIT License. Feel free to use, share, and contribute!

About

Tracking the most popular programming languages, frameworks, databases, testing tools, and DevOps tools based on popularity score.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Repository files navigation

🌟 TechTracker

Stay at the forefront of the development landscape with TechTracker, a meticulously curated ranking of the most popular programming languages, frameworks, databases, testing tools, and DevOps tools. The popularity score for each technology is determined by evaluating a set of key metrics that reflect its community engagement, adoption, and overall usage.

🔄 Contribute: To add or update tracked technologies, simply modify the respective .txt file in the projects directory.

📜 This project is licensed under the MIT License.


📋 Frontend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1react248649512691332JavaScriptThe library for web and native user interfaces.2026-09-02
2bootstrap17469978622232MDXThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.2026-09-02
3vue21126533748638TypeScriptThis is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core2026-09-02
4angular101016274471145TypeScriptDeliver web apps with confidence 🚀2026-09-02
5svelte8804152361057JavaScriptweb development for the rest of us2026-09-02
6tailwindcss97422560464TypeScriptA utility-first CSS framework for rapid UI development.2026-09-02
7jquery5977620376103JavaScriptjQuery JavaScript Library2026-09-01
8webpack659599546134JavaScriptA bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.2026-09-01
9nuxt608065811544TypeScriptthe full-stack Vue framework2026-09-01
10ember.js225694169264TypeScriptEmber.js - A JavaScript framework for creating ambitious web applications2026-09-01

📋 Backend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1django8956534212484PythonThe Web framework for perfectionists with deadlines.2026-09-02
2spring-framework6021738767495JavaSpring Framework2026-09-02
3gin891608681769GoGin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.2026-09-02
4express6941724908236JavaScriptFast, unopinionated, minimalist web framework for node.2026-09-02
5flask72168169544PythonThe Python micro framework for building web applications.2026-09-02
6rails58747223861609RubyRuby on Rails2026-09-02
7nest76556854633TypeScriptA progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀2026-09-02
8aspnetcore38413109534151C#ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.2026-09-02
9framework348911195998PHPLaravel is a web application framework with expressive, elegant syntax.2026-09-02
10beego32420557821Gobeego is an open-source, high-performance web framework for the Go programming language.2026-09-01
11koa35689322643JavaScriptExpressive middleware for node.js using ES2017 async functions2026-09-02
12sails228041915589JavaScriptRealtime MVC Framework for Node.js2026-09-01
13aiohttp165362392217PythonAsynchronous HTTP client/server framework for asyncio and Python2026-09-02
14hapi14792136159JavaScriptThe Simple, Secure Framework Developers Trust2026-09-01
15go-swagger100061309301GoSwagger 2.0 implementation for go2026-09-01
16falcon97961032161PythonThe no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.2026-09-02
17bottle87791505290Pythonbottle.py is a fast and simple micro-framework for python web-applications.2026-09-01
18maven53393119701JavaApache Maven core2026-09-02
19blade5874115114Java🚀 Lightning fast and elegant mvc framework for Java82026-09-01
20pyramid409689289PythonPyramid - A Python web framework2026-08-31
21cherrypy1947370272PythonCherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev2026-09-01

📋 Mobile Application Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1flutter1787433104413152DartFlutter makes it easy and fast to build beautiful apps for mobile and beyond2026-09-02
2react-native126479252321167C++A framework for building native applications using React2026-09-02
3ionic-framework5264013315593TypeScriptA powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.2026-09-02
4maui2331619673844C#.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.2026-09-01
5NativeScript256351738856TypeScript⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.2026-09-01
6capacitor165441253123TypeScriptBuild cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️2026-09-02
7cordova7097340Apache Cordova2026-08-25

📋 Testing Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1puppeteer955359575264TypeScriptJavaScript API for Chrome and Firefox2026-09-02
2playwright955136376179TypeScriptPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.2026-09-02
3selenium344568720192JavaA browser automation framework and ecosystem.2026-09-02
4jest454706731190TypeScriptDelightful JavaScript Testing.2026-09-01
5cypress5102236551066TypeScriptFast, easy and reliable testing for anything that runs in a browser.2026-09-02
6mocha229083159265JavaScript☕️ Classic, reliable, trusted test framework for Node.js and the browser2026-09-02
7pytest144683334809PythonThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing2026-09-02
8enzyme198181966282JavaScriptJavaScript Testing utilities for React2026-09-02
9jasmine1582122357JavaScriptSimple JavaScript testing framework for browsers and node.js2026-09-02
10vitest170371953376TypeScriptNext generation testing framework powered by Vite.2026-09-02
11karma119641712402JavaScriptSpectacular Test Runner for JavaScript2026-09-01
12Quick982789849SwiftThe Swift (and Objective-C) testing framework.2026-09-01
13chai827072393JavaScriptBDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.2026-09-02
14common335867944A home for issues that are common to multiple cucumber repositories2026-08-29
15testem2918411115JavaScriptTest'em 'Scripts! A test runner that makes Javascript unit testing fun.2026-08-30
16pact-ruby21912186RubyEnables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.2026-08-20

📋 DevOps Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1kubernetes125931439793020GoProduction-Grade Container Scheduling and Management2026-09-02
2moby72027192233891GoThe Moby Project - a collaborative project for the container ecosystem to assemble container-based systems2026-09-02
3ansible7053624345833PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.2026-09-02
4prometheus6593810815887GoThe Prometheus monitoring system and time series database.2026-09-02
5terraform49599106161920GoTerraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.2026-09-02
6kong440765205193Lua🦍 The API and AI Gateway2026-09-02
7jenkins2652198203621JavaJenkins automation server2026-09-02
8argo-cd2405878204416GoDeclarative Continuous Deployment for Kubernetes2026-09-02
9helm302117773456GoThe Kubernetes Package Manager2026-09-02
10rancher2588432193345GoComplete container management platform2026-09-02
11k3s33865271585GoLightweight Kubernetes2026-09-02
12vagrant272054395753RubyVagrant is a tool for building and distributing development environments.2026-09-02
13gitlabhq24547599036RubyGitLab CE MirrorPlease open new issues in our issue tracker on GitLab.com
14faas26234196831GoOpenFaaS - Serverless Functions Made Simple2026-09-01
15beats1264250021034Go🐠 Beats - Lightweight shippers for Elasticsearch & Logstash2026-09-02
16velero102601608831GoBackup and migrate Kubernetes applications and their persistent volumes2026-09-02
17chef82332523409RubyChef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale2026-09-01
18puppet7925220898RubyServer automation framework and application2026-09-01
19spinnaker97811272105JavaSpinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.2026-09-01
20cfssl94661148338GoCFSSL: Cloudflare's PKI and TLS toolkit2026-09-02
21metallb83341071101GoA network load-balancer implementation for Kubernetes using standard routing protocols2026-09-02
22datadog-agent37141477684GoMain repository for Datadog Agent2026-09-02
23terraform-aws-vpc3260462418HCLTerraform module to create AWS VPC resources 🇺🇦2026-09-01

📋 Databases

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1elasticsearch77895260686032JavaFree and Open Source, Distributed, RESTful Search Engine2026-09-02
2redis76173247732931CFor developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.2026-09-02
3etcd5221910487335GoDistributed reliable key-value store for the most critical data of a distributed system2026-09-02
4cockroach3243541018374GoCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.2026-09-02
5mongo28519579732C++The MongoDB Database2026-09-02
6influxdb3172937172160RustScalable datastore for metrics, events, and real-time analytics2026-09-01
7postgres2198358860CMirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch2026-09-02
8vitess2128623891094GoVitess is a database clustering system for horizontal scaling of MySQL.2026-09-02
9timescaledb234531141393CA time-series database for high-performance real-time analytics packaged as a Postgres extension2026-09-01
10dgraph21787160397Gohigh-performance graph database for real-time use cases2026-09-01
11scylladb1573515133646C++NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB2026-09-02
12mysql-server12414434543C++MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.2026-09-02
13cassandra100944120489JavaOpen source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.2026-09-02
14sqlite10398163623COfficial Git mirror of the SQLite source tree2026-09-02
15tarantool36624161714LuaGet your data in RAM. Get compute close to data. Enjoy the performance.2026-09-01

📋 Programming Languages

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1node120251366371207JavaScriptNode.js JavaScript runtime ✨🐢🚀✨2026-09-02
2rust1169721549612607RustEmpowering everyone to build reliable and efficient software.2026-09-02
3TypeScript110844137985155GoTypeScript is a superset of JavaScript that compiles to clean JavaScript output.2026-09-02
4cpython75591353159631PythonThe Python programming language2026-09-02
5swift70313108099239SwiftThe Swift Programming Language2026-09-02
6kotlin533726404399KotlinThe Kotlin Programming Language.2026-09-02
7php-src4035581372021CThe PHP Interpreter2026-09-02
8ruby236985637689RubyThe Ruby Programming Language2026-09-02
9jdk233066436401JavaJDK main-line development https://openjdk.org/projects/jdk2026-09-02
10sdk1126818558437DartThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.2026-09-02
11compiler7899689304HaskellCompiler for Elm, a functional language for reliable webapps.2026-08-30
12perl523216412366Perl🐪 The Perl programming language2026-09-02
13go010GoMirror of code.google.com/p/go/2018-09-30

⏰ Last Updated: September 02, 2026
This page is updated automatically every 24 hours to ensure the latest rankings are displayed.


📂 JSON Data Availability

Looking for programmatic access to this data? The rankings and other details are available in their respective .json files inside the data folder.


📊 Score Calculation

The popularity score of each technology (programming language, framework, database, testing tool, or DevOps tool) is calculated by considering various factors such as Stars, Forks, Watchers, Subscribers, and Issues. Each of these metrics has a weighted contribution to the final score, giving a more comprehensive view of its standing in the developer community.

  • Stars (40%): The number of stars a project has on GitHub, indicating its popularity.
  • Forks (25%): The number of forks, which represents how often the tool or technology is being used as a base for other projects.
  • Watchers (20%): The number of watchers, reflecting interest in the repository for updates.
  • Subscribers (10%): The number of users subscribed to the repository for notifications on new changes.
  • Issues (5%): The number of open issues, with a higher number of issues affecting the overall score.

The score is calculated using a weighted average of these metrics. Each metric is multiplied by its respective weight, and the total score is normalized to fall between 0 and 1.

Example formula:

Score = (Stars * 0.4) + (Forks * 0.25) + (Watchers * 0.2) + (Subscribers * 0.1) + (Issues * 0.05)

🤝 Contribution

We welcome contributions from the community! To contribute:

  1. Open the projects directory.

  2. Add a new line with the GitHub repository URL of the technology (programming language, framework, database, testing tool, or DevOps tool) in the respective .txt file. Each item should have its own line.
    Example:

    https://github.com/facebook/react
    https://github.com/angular/angular
    https://github.com/nodejs/node
    https://github.com/mysql/mysql-server
    
  3. Save the file, commit your changes, and submit a pull request.


⚖️ License

This project is open source and available under the MIT License. Feel free to use, share, and contribute!

About

Tracking the most popular programming languages, frameworks, databases, testing tools, and DevOps tools based on popularity score.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Repository files navigation

🌟 TechTracker

Stay at the forefront of the development landscape with TechTracker, a meticulously curated ranking of the most popular programming languages, frameworks, databases, testing tools, and DevOps tools. The popularity score for each technology is determined by evaluating a set of key metrics that reflect its community engagement, adoption, and overall usage.

🔄 Contribute: To add or update tracked technologies, simply modify the respective .txt file in the projects directory.

📜 This project is licensed under the MIT License.


📋 Frontend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1react248649512691332JavaScriptThe library for web and native user interfaces.2026-09-02
2bootstrap17469978622232MDXThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.2026-09-02
3vue21126533748638TypeScriptThis is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core2026-09-02
4angular101016274471145TypeScriptDeliver web apps with confidence 🚀2026-09-02
5svelte8804152361057JavaScriptweb development for the rest of us2026-09-02
6tailwindcss97422560464TypeScriptA utility-first CSS framework for rapid UI development.2026-09-02
7jquery5977620376103JavaScriptjQuery JavaScript Library2026-09-01
8webpack659599546134JavaScriptA bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.2026-09-01
9nuxt608065811544TypeScriptthe full-stack Vue framework2026-09-01
10ember.js225694169264TypeScriptEmber.js - A JavaScript framework for creating ambitious web applications2026-09-01

📋 Backend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1django8956534212484PythonThe Web framework for perfectionists with deadlines.2026-09-02
2spring-framework6021738767495JavaSpring Framework2026-09-02
3gin891608681769GoGin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.2026-09-02
4express6941724908236JavaScriptFast, unopinionated, minimalist web framework for node.2026-09-02
5flask72168169544PythonThe Python micro framework for building web applications.2026-09-02
6rails58747223861609RubyRuby on Rails2026-09-02
7nest76556854633TypeScriptA progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀2026-09-02
8aspnetcore38413109534151C#ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.2026-09-02
9framework348911195998PHPLaravel is a web application framework with expressive, elegant syntax.2026-09-02
10beego32420557821Gobeego is an open-source, high-performance web framework for the Go programming language.2026-09-01
11koa35689322643JavaScriptExpressive middleware for node.js using ES2017 async functions2026-09-02
12sails228041915589JavaScriptRealtime MVC Framework for Node.js2026-09-01
13aiohttp165362392217PythonAsynchronous HTTP client/server framework for asyncio and Python2026-09-02
14hapi14792136159JavaScriptThe Simple, Secure Framework Developers Trust2026-09-01
15go-swagger100061309301GoSwagger 2.0 implementation for go2026-09-01
16falcon97961032161PythonThe no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.2026-09-02
17bottle87791505290Pythonbottle.py is a fast and simple micro-framework for python web-applications.2026-09-01
18maven53393119701JavaApache Maven core2026-09-02
19blade5874115114Java🚀 Lightning fast and elegant mvc framework for Java82026-09-01
20pyramid409689289PythonPyramid - A Python web framework2026-08-31
21cherrypy1947370272PythonCherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev2026-09-01

📋 Mobile Application Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1flutter1787433104413152DartFlutter makes it easy and fast to build beautiful apps for mobile and beyond2026-09-02
2react-native126479252321167C++A framework for building native applications using React2026-09-02
3ionic-framework5264013315593TypeScriptA powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.2026-09-02
4maui2331619673844C#.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.2026-09-01
5NativeScript256351738856TypeScript⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.2026-09-01
6capacitor165441253123TypeScriptBuild cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️2026-09-02
7cordova7097340Apache Cordova2026-08-25

📋 Testing Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1puppeteer955359575264TypeScriptJavaScript API for Chrome and Firefox2026-09-02
2playwright955136376179TypeScriptPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.2026-09-02
3selenium344568720192JavaA browser automation framework and ecosystem.2026-09-02
4jest454706731190TypeScriptDelightful JavaScript Testing.2026-09-01
5cypress5102236551066TypeScriptFast, easy and reliable testing for anything that runs in a browser.2026-09-02
6mocha229083159265JavaScript☕️ Classic, reliable, trusted test framework for Node.js and the browser2026-09-02
7pytest144683334809PythonThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing2026-09-02
8enzyme198181966282JavaScriptJavaScript Testing utilities for React2026-09-02
9jasmine1582122357JavaScriptSimple JavaScript testing framework for browsers and node.js2026-09-02
10vitest170371953376TypeScriptNext generation testing framework powered by Vite.2026-09-02
11karma119641712402JavaScriptSpectacular Test Runner for JavaScript2026-09-01
12Quick982789849SwiftThe Swift (and Objective-C) testing framework.2026-09-01
13chai827072393JavaScriptBDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.2026-09-02
14common335867944A home for issues that are common to multiple cucumber repositories2026-08-29
15testem2918411115JavaScriptTest'em 'Scripts! A test runner that makes Javascript unit testing fun.2026-08-30
16pact-ruby21912186RubyEnables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.2026-08-20

📋 DevOps Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1kubernetes125931439793020GoProduction-Grade Container Scheduling and Management2026-09-02
2moby72027192233891GoThe Moby Project - a collaborative project for the container ecosystem to assemble container-based systems2026-09-02
3ansible7053624345833PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.2026-09-02
4prometheus6593810815887GoThe Prometheus monitoring system and time series database.2026-09-02
5terraform49599106161920GoTerraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.2026-09-02
6kong440765205193Lua🦍 The API and AI Gateway2026-09-02
7jenkins2652198203621JavaJenkins automation server2026-09-02
8argo-cd2405878204416GoDeclarative Continuous Deployment for Kubernetes2026-09-02
9helm302117773456GoThe Kubernetes Package Manager2026-09-02
10rancher2588432193345GoComplete container management platform2026-09-02
11k3s33865271585GoLightweight Kubernetes2026-09-02
12vagrant272054395753RubyVagrant is a tool for building and distributing development environments.2026-09-02
13gitlabhq24547599036RubyGitLab CE MirrorPlease open new issues in our issue tracker on GitLab.com
14faas26234196831GoOpenFaaS - Serverless Functions Made Simple2026-09-01
15beats1264250021034Go🐠 Beats - Lightweight shippers for Elasticsearch & Logstash2026-09-02
16velero102601608831GoBackup and migrate Kubernetes applications and their persistent volumes2026-09-02
17chef82332523409RubyChef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale2026-09-01
18puppet7925220898RubyServer automation framework and application2026-09-01
19spinnaker97811272105JavaSpinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.2026-09-01
20cfssl94661148338GoCFSSL: Cloudflare's PKI and TLS toolkit2026-09-02
21metallb83341071101GoA network load-balancer implementation for Kubernetes using standard routing protocols2026-09-02
22datadog-agent37141477684GoMain repository for Datadog Agent2026-09-02
23terraform-aws-vpc3260462418HCLTerraform module to create AWS VPC resources 🇺🇦2026-09-01

📋 Databases

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1elasticsearch77895260686032JavaFree and Open Source, Distributed, RESTful Search Engine2026-09-02
2redis76173247732931CFor developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.2026-09-02
3etcd5221910487335GoDistributed reliable key-value store for the most critical data of a distributed system2026-09-02
4cockroach3243541018374GoCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.2026-09-02
5mongo28519579732C++The MongoDB Database2026-09-02
6influxdb3172937172160RustScalable datastore for metrics, events, and real-time analytics2026-09-01
7postgres2198358860CMirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch2026-09-02
8vitess2128623891094GoVitess is a database clustering system for horizontal scaling of MySQL.2026-09-02
9timescaledb234531141393CA time-series database for high-performance real-time analytics packaged as a Postgres extension2026-09-01
10dgraph21787160397Gohigh-performance graph database for real-time use cases2026-09-01
11scylladb1573515133646C++NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB2026-09-02
12mysql-server12414434543C++MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.2026-09-02
13cassandra100944120489JavaOpen source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.2026-09-02
14sqlite10398163623COfficial Git mirror of the SQLite source tree2026-09-02
15tarantool36624161714LuaGet your data in RAM. Get compute close to data. Enjoy the performance.2026-09-01

📋 Programming Languages

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1node120251366371207JavaScriptNode.js JavaScript runtime ✨🐢🚀✨2026-09-02
2rust1169721549612607RustEmpowering everyone to build reliable and efficient software.2026-09-02
3TypeScript110844137985155GoTypeScript is a superset of JavaScript that compiles to clean JavaScript output.2026-09-02
4cpython75591353159631PythonThe Python programming language2026-09-02
5swift70313108099239SwiftThe Swift Programming Language2026-09-02
6kotlin533726404399KotlinThe Kotlin Programming Language.2026-09-02
7php-src4035581372021CThe PHP Interpreter2026-09-02
8ruby236985637689RubyThe Ruby Programming Language2026-09-02
9jdk233066436401JavaJDK main-line development https://openjdk.org/projects/jdk2026-09-02
10sdk1126818558437DartThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.2026-09-02
11compiler7899689304HaskellCompiler for Elm, a functional language for reliable webapps.2026-08-30
12perl523216412366Perl🐪 The Perl programming language2026-09-02
13go010GoMirror of code.google.com/p/go/2018-09-30

⏰ Last Updated: September 02, 2026
This page is updated automatically every 24 hours to ensure the latest rankings are displayed.


📂 JSON Data Availability

Looking for programmatic access to this data? The rankings and other details are available in their respective .json files inside the data folder.


📊 Score Calculation

The popularity score of each technology (programming language, framework, database, testing tool, or DevOps tool) is calculated by considering various factors such as Stars, Forks, Watchers, Subscribers, and Issues. Each of these metrics has a weighted contribution to the final score, giving a more comprehensive view of its standing in the developer community.

  • Stars (40%): The number of stars a project has on GitHub, indicating its popularity.
  • Forks (25%): The number of forks, which represents how often the tool or technology is being used as a base for other projects.
  • Watchers (20%): The number of watchers, reflecting interest in the repository for updates.
  • Subscribers (10%): The number of users subscribed to the repository for notifications on new changes.
  • Issues (5%): The number of open issues, with a higher number of issues affecting the overall score.

The score is calculated using a weighted average of these metrics. Each metric is multiplied by its respective weight, and the total score is normalized to fall between 0 and 1.

Example formula:

Score = (Stars * 0.4) + (Forks * 0.25) + (Watchers * 0.2) + (Subscribers * 0.1) + (Issues * 0.05)

🤝 Contribution

We welcome contributions from the community! To contribute:

  1. Open the projects directory.

  2. Add a new line with the GitHub repository URL of the technology (programming language, framework, database, testing tool, or DevOps tool) in the respective .txt file. Each item should have its own line.
    Example:

    https://github.com/facebook/react
    https://github.com/angular/angular
    https://github.com/nodejs/node
    https://github.com/mysql/mysql-server
    
  3. Save the file, commit your changes, and submit a pull request.


⚖️ License

This project is open source and available under the MIT License. Feel free to use, share, and contribute!

About

Tracking the most popular programming languages, frameworks, databases, testing tools, and DevOps tools based on popularity score.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Repository files navigation

🌟 TechTracker

Stay at the forefront of the development landscape with TechTracker, a meticulously curated ranking of the most popular programming languages, frameworks, databases, testing tools, and DevOps tools. The popularity score for each technology is determined by evaluating a set of key metrics that reflect its community engagement, adoption, and overall usage.

🔄 Contribute: To add or update tracked technologies, simply modify the respective .txt file in the projects directory.

📜 This project is licensed under the MIT License.


📋 Frontend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1react248649512691332JavaScriptThe library for web and native user interfaces.2026-09-02
2bootstrap17469978622232MDXThe most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.2026-09-02
3vue21126533748638TypeScriptThis is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core2026-09-02
4angular101016274471145TypeScriptDeliver web apps with confidence 🚀2026-09-02
5svelte8804152361057JavaScriptweb development for the rest of us2026-09-02
6tailwindcss97422560464TypeScriptA utility-first CSS framework for rapid UI development.2026-09-02
7jquery5977620376103JavaScriptjQuery JavaScript Library2026-09-01
8webpack659599546134JavaScriptA bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.2026-09-01
9nuxt608065811544TypeScriptthe full-stack Vue framework2026-09-01
10ember.js225694169264TypeScriptEmber.js - A JavaScript framework for creating ambitious web applications2026-09-01

📋 Backend Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1django8956534212484PythonThe Web framework for perfectionists with deadlines.2026-09-02
2spring-framework6021738767495JavaSpring Framework2026-09-02
3gin891608681769GoGin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.2026-09-02
4express6941724908236JavaScriptFast, unopinionated, minimalist web framework for node.2026-09-02
5flask72168169544PythonThe Python micro framework for building web applications.2026-09-02
6rails58747223861609RubyRuby on Rails2026-09-02
7nest76556854633TypeScriptA progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀2026-09-02
8aspnetcore38413109534151C#ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.2026-09-02
9framework348911195998PHPLaravel is a web application framework with expressive, elegant syntax.2026-09-02
10beego32420557821Gobeego is an open-source, high-performance web framework for the Go programming language.2026-09-01
11koa35689322643JavaScriptExpressive middleware for node.js using ES2017 async functions2026-09-02
12sails228041915589JavaScriptRealtime MVC Framework for Node.js2026-09-01
13aiohttp165362392217PythonAsynchronous HTTP client/server framework for asyncio and Python2026-09-02
14hapi14792136159JavaScriptThe Simple, Secure Framework Developers Trust2026-09-01
15go-swagger100061309301GoSwagger 2.0 implementation for go2026-09-01
16falcon97961032161PythonThe no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.2026-09-02
17bottle87791505290Pythonbottle.py is a fast and simple micro-framework for python web-applications.2026-09-01
18maven53393119701JavaApache Maven core2026-09-02
19blade5874115114Java🚀 Lightning fast and elegant mvc framework for Java82026-09-01
20pyramid409689289PythonPyramid - A Python web framework2026-08-31
21cherrypy1947370272PythonCherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev2026-09-01

📋 Mobile Application Frameworks

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1flutter1787433104413152DartFlutter makes it easy and fast to build beautiful apps for mobile and beyond2026-09-02
2react-native126479252321167C++A framework for building native applications using React2026-09-02
3ionic-framework5264013315593TypeScriptA powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.2026-09-02
4maui2331619673844C#.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.2026-09-01
5NativeScript256351738856TypeScript⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.2026-09-01
6capacitor165441253123TypeScriptBuild cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️2026-09-02
7cordova7097340Apache Cordova2026-08-25

📋 Testing Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1puppeteer955359575264TypeScriptJavaScript API for Chrome and Firefox2026-09-02
2playwright955136376179TypeScriptPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.2026-09-02
3selenium344568720192JavaA browser automation framework and ecosystem.2026-09-02
4jest454706731190TypeScriptDelightful JavaScript Testing.2026-09-01
5cypress5102236551066TypeScriptFast, easy and reliable testing for anything that runs in a browser.2026-09-02
6mocha229083159265JavaScript☕️ Classic, reliable, trusted test framework for Node.js and the browser2026-09-02
7pytest144683334809PythonThe pytest framework makes it easy to write small tests, yet scales to support complex functional testing2026-09-02
8enzyme198181966282JavaScriptJavaScript Testing utilities for React2026-09-02
9jasmine1582122357JavaScriptSimple JavaScript testing framework for browsers and node.js2026-09-02
10vitest170371953376TypeScriptNext generation testing framework powered by Vite.2026-09-02
11karma119641712402JavaScriptSpectacular Test Runner for JavaScript2026-09-01
12Quick982789849SwiftThe Swift (and Objective-C) testing framework.2026-09-01
13chai827072393JavaScriptBDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.2026-09-02
14common335867944A home for issues that are common to multiple cucumber repositories2026-08-29
15testem2918411115JavaScriptTest'em 'Scripts! A test runner that makes Javascript unit testing fun.2026-08-30
16pact-ruby21912186RubyEnables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.2026-08-20

📋 DevOps Tools

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1kubernetes125931439793020GoProduction-Grade Container Scheduling and Management2026-09-02
2moby72027192233891GoThe Moby Project - a collaborative project for the container ecosystem to assemble container-based systems2026-09-02
3ansible7053624345833PythonAnsible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.2026-09-02
4prometheus6593810815887GoThe Prometheus monitoring system and time series database.2026-09-02
5terraform49599106161920GoTerraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.2026-09-02
6kong440765205193Lua🦍 The API and AI Gateway2026-09-02
7jenkins2652198203621JavaJenkins automation server2026-09-02
8argo-cd2405878204416GoDeclarative Continuous Deployment for Kubernetes2026-09-02
9helm302117773456GoThe Kubernetes Package Manager2026-09-02
10rancher2588432193345GoComplete container management platform2026-09-02
11k3s33865271585GoLightweight Kubernetes2026-09-02
12vagrant272054395753RubyVagrant is a tool for building and distributing development environments.2026-09-02
13gitlabhq24547599036RubyGitLab CE MirrorPlease open new issues in our issue tracker on GitLab.com
14faas26234196831GoOpenFaaS - Serverless Functions Made Simple2026-09-01
15beats1264250021034Go🐠 Beats - Lightweight shippers for Elasticsearch & Logstash2026-09-02
16velero102601608831GoBackup and migrate Kubernetes applications and their persistent volumes2026-09-02
17chef82332523409RubyChef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale2026-09-01
18puppet7925220898RubyServer automation framework and application2026-09-01
19spinnaker97811272105JavaSpinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.2026-09-01
20cfssl94661148338GoCFSSL: Cloudflare's PKI and TLS toolkit2026-09-02
21metallb83341071101GoA network load-balancer implementation for Kubernetes using standard routing protocols2026-09-02
22datadog-agent37141477684GoMain repository for Datadog Agent2026-09-02
23terraform-aws-vpc3260462418HCLTerraform module to create AWS VPC resources 🇺🇦2026-09-01

📋 Databases

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1elasticsearch77895260686032JavaFree and Open Source, Distributed, RESTful Search Engine2026-09-02
2redis76173247732931CFor developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.2026-09-02
3etcd5221910487335GoDistributed reliable key-value store for the most critical data of a distributed system2026-09-02
4cockroach3243541018374GoCockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.2026-09-02
5mongo28519579732C++The MongoDB Database2026-09-02
6influxdb3172937172160RustScalable datastore for metrics, events, and real-time analytics2026-09-01
7postgres2198358860CMirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch2026-09-02
8vitess2128623891094GoVitess is a database clustering system for horizontal scaling of MySQL.2026-09-02
9timescaledb234531141393CA time-series database for high-performance real-time analytics packaged as a Postgres extension2026-09-01
10dgraph21787160397Gohigh-performance graph database for real-time use cases2026-09-01
11scylladb1573515133646C++NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB2026-09-02
12mysql-server12414434543C++MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.2026-09-02
13cassandra100944120489JavaOpen source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.2026-09-02
14sqlite10398163623COfficial Git mirror of the SQLite source tree2026-09-02
15tarantool36624161714LuaGet your data in RAM. Get compute close to data. Enjoy the performance.2026-09-01

📋 Programming Languages

SLNameStarsForksIssuesLanguageDescriptionUpdatedAt
1node120251366371207JavaScriptNode.js JavaScript runtime ✨🐢🚀✨2026-09-02
2rust1169721549612607RustEmpowering everyone to build reliable and efficient software.2026-09-02
3TypeScript110844137985155GoTypeScript is a superset of JavaScript that compiles to clean JavaScript output.2026-09-02
4cpython75591353159631PythonThe Python programming language2026-09-02
5swift70313108099239SwiftThe Swift Programming Language2026-09-02
6kotlin533726404399KotlinThe Kotlin Programming Language.2026-09-02
7php-src4035581372021CThe PHP Interpreter2026-09-02
8ruby236985637689RubyThe Ruby Programming Language2026-09-02
9jdk233066436401JavaJDK main-line development https://openjdk.org/projects/jdk2026-09-02
10sdk1126818558437DartThe Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.2026-09-02
11compiler7899689304HaskellCompiler for Elm, a functional language for reliable webapps.2026-08-30
12perl523216412366Perl🐪 The Perl programming language2026-09-02
13go010GoMirror of code.google.com/p/go/2018-09-30

⏰ Last Updated: September 02, 2026
This page is updated automatically every 24 hours to ensure the latest rankings are displayed.


📂 JSON Data Availability

Looking for programmatic access to this data? The rankings and other details are available in their respective .json files inside the data folder.


📊 Score Calculation

The popularity score of each technology (programming language, framework, database, testing tool, or DevOps tool) is calculated by considering various factors such as Stars, Forks, Watchers, Subscribers, and Issues. Each of these metrics has a weighted contribution to the final score, giving a more comprehensive view of its standing in the developer community.

  • Stars (40%): The number of stars a project has on GitHub, indicating its popularity.
  • Forks (25%): The number of forks, which represents how often the tool or technology is being used as a base for other projects.
  • Watchers (20%): The number of watchers, reflecting interest in the repository for updates.
  • Subscribers (10%): The number of users subscribed to the repository for notifications on new changes.
  • Issues (5%): The number of open issues, with a higher number of issues affecting the overall score.

The score is calculated using a weighted average of these metrics. Each metric is multiplied by its respective weight, and the total score is normalized to fall between 0 and 1.

Example formula:

Score = (Stars * 0.4) + (Forks * 0.25) + (Watchers * 0.2) + (Subscribers * 0.1) + (Issues * 0.05)

🤝 Contribution

We welcome contributions from the community! To contribute:

  1. Open the projects directory.

  2. Add a new line with the GitHub repository URL of the technology (programming language, framework, database, testing tool, or DevOps tool) in the respective .txt file. Each item should have its own line.
    Example:

    https://github.com/facebook/react
    https://github.com/angular/angular
    https://github.com/nodejs/node
    https://github.com/mysql/mysql-server
    
  3. Save the file, commit your changes, and submit a pull request.


⚖️ License

This project is open source and available under the MIT License. Feel free to use, share, and contribute!

About

Tracking the most popular programming languages, frameworks, databases, testing tools, and DevOps tools based on popularity score.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages