awesome-lua
Welcome to the collection of Lua repositories! 👋
All repositories are automatically sorted by a specific Score
, which takes into account the date of the last commit, the number of stars, and also gives a slight advantage to repositories that have been recently created.
The meta-information about repositories is automatically updated regularly.
The generator for these pages is also written in Lua 🌑
You can add your own or someone else's repository to the list by clicking the green button at the top or by creating an Issue. For every repository you add, you get 9000 love from me ❤️. It's easy!
I would also welcome your suggestions on how to improve the structuring of repositories.
Circles Legend
Last commit..
⚪ 0-7 days ago 🟢 8-30 days ago
🟡 31-60 days ago 🟠 61-90 days ago
🟤 91-180 days ago 🔴 181-365 days ago
⚫ 366+ days ago
🚧 Development
- 🟢 luarocks/luarocks LuaRocks is the package manager for the Lua programming language.
- 🟢 sumneko/lua-language-server A language server that offers Lua language support - programmed in Lua
- 🟢 LuaLS/lua-language-server A language server that offers Lua language support - programmed in Lua
- 🟢 pkulchenko/ZeroBraneStudio Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
- 🟢 TheAlgorithms/Lua Algorithms and Data Structures implemented in the Lua programming language
- 🟡 LuaLS/vscode-lua Release lua-language-server for VSCode
- 🟡 sumneko/vscode-lua Release lua-language-server for VSCode
- 🟤 EmmyLua/VSCode-EmmyLua Lua IDE/Debugger Plugin for VSCode
- 🔴 Alloyed/lua-lsp A Lua language server
- 🟤 prettier/plugin-lua Prettier Lua Plugin (WIP)
Debugging
- 🟢 slembcke/debugger.lua A dependency free, embeddable debugger for Lua in a single file (.lua or .c)
- ⚪ giann/croissant 🥐 A Lua REPL and debugger
- 🟠 Tencent/LuaPanda lua debug and code tools for VS Code
- 🟠 pkulchenko/MobDebug Remote debugger for Lua.
- 🟡 actboy168/lua-debug Lua Debug Adapter for Visual Studio Code
- 🟤 ignacio/StackTracePlus StackTracePlus provides enhanced stack traces for Lua.
- ⚫ cloudflare/loom Easier to read LuaJIT dumps
- ⚫ hoelzro/lua-repl A Lua REPL implemented in Lua for embedding in other programs
- ⚫ geoffleyland/luatrace A tool for tracing Lua script execution and analysing time profiles and coverage
- ⚫ cloudwu/lua-trace Trace for debug lua
- ⚫ cloudwu/ldebug A Lua Remote Debugger
- ⚫ torch/trepl A pure Lua-based, lightweight REPL for Torch.
- ⚫ mindreframer/ProFi.lua a non-official git mirror for ProFi, a Lua profiler
Logging
- 🟤 rxi/log.lua A tiny logging module for Lua
- ⚫ moteus/lua-log Asynchronous logging library for Lua
- ⚫ Neopallium/lualogging New maintainer at: https://github.com/lunarmodules/lualogging
Testing
- 🟢 lunarmodules/busted Elegant Lua unit testing.
- 🟢 Olivine-Labs/busted Elegant Lua unit testing.
- ⚪ bluebird75/luaunit LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
- ⚫ norman/telescope A highly customizable test library for Lua that allows declarative tests with nested contexts.
- 🟤 bjornbytes/lust Lightweight Lua test framework
- ⚫ silentbicycle/lunatest xUnit-style + randomized unit testing framework for Lua (and C projects using Lua, etc.)
- ⚫ IUdalov/u-test Sane and simple unit testing framework for Lua
Standalone utils
- ⚪ levno-710/Prometheus Lua Obfuscator written in pure Lua
- ⚪ prometheus-lua/Prometheus Lua Obfuscator written in pure Lua
- ⚫ mpeterv/luacheck A tool for linting and static analysis of Lua code.
- 🔴 lunarmodules/LDoc LDoc is a LuaDoc-compatible documentation generator which can also process C extension source. Markdown may be optionally used to render comments, as well as integrated readme documentation and pretty-printed example files.
- 🟤 keplerproject/luacov LuaCov is a simple coverage analyzer for Lua code.
- 🟤 lunarmodules/luacov LuaCov is a simple coverage analyzer for Lua code.
- ⚫ stravant/LuaMinify Lua source code minifier.
- ⚫ trixnz/lua-fmt lua-fmt is pretty-printer for Lua code
- ⚫ davidm/lua-inspect Lua code analysis, with plugins for HTML and SciTE
- ⚫ efrederickson/XFuscator Most advanced Lua obfuscator 3V4R
- 🟤 philips/lualint lua linter
- ⚫ keplerproject/luadoc LuaDoc is obsolete, use LDoc instead →
Build
- ⚪ xmake-io/xmake 🔥 A cross-platform build utility based on Lua
- 🟡 ers35/luastatic Build a standalone executable from a Lua program.
- ⚫ hack0z/luject 🍹A static injector of dynamic library for application (android, iphoneos, macOS, windows, linux)
- ⚫ jirutka/luapak Easily build a standalone executable for any Lua program
- ⚫ stevedonovan/Lake A Lua-based Build Tool
Helpers
- 🟤 kikito/inspect.lua Human-readable representation of Lua tables
- ⚫ pkulchenko/serpent Lua serializer and pretty printer.
- ⚫ asqbtcupid/lua_hotupdate my lua hotudpate(hot swap) implement
- ⚫ leegao/see.lua A Lua 5.x/LuaJIT introspection library for humans
- 🟤 jagt/pprint.lua yet another lua pretty printer
- ⚫ cloudwu/luareload reload a lua module
Other
- ⚪ teal-language/tl The compiler for Teal, a typed dialect of Lua
- 🟡 leafo/moonscript 🌙 A language that compiles to Lua
- 🟡 edubart/nelua-lang Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
- 🟢 teal-language/teal-types Teal type definitions of Lua libraries!
- ⚫ viruscamp/luadec Lua Decompiler for lua 5.1 , 5.2 and 5.3
- ⚫ franko/luajit-lang-toolkit A Lua bytecode compiler written in Lua itself for didactic purposes or for new language implementations
- ⚫ yaukeywang/LuaMemorySnapshotDump Lua memory snapshot dump utility, used for memory leak detection。
- ⚫ davidm/lua2c convert Lua source code into an equivalent C source code written in terms of Lua C API calls
- ⚫ efrederickson/LuaAssemblyTools Lua Assembly/Bytecode Tools. Has functions for virtually all aspects of LASM, including reading/writing, verifying, stripping debug info, LASM decompilation, and LASM parsing.
- ⚫ leegao/LuaInLua A self-hosting compiler for the Lua language.
- 🔴 andremm/lua-parser A Lua 5.3 parser written with LPegLabel
- 🔴 Rerumu/FiOne Lua 5.1 bytecode interpreter, in Lua
- ⚫ davidm/lua-fish Parses Lua to abstract syntax tree (AST) using LPeg.
- ⚫ facebookresearch/CParser A compact C preprocessor and declaration parser written in pure Lua
🔧 Utils / Small libs
- 🟡 luafun/luafun Lua Fun is a high-performance functional programming library for Lua designed with LuaJIT's trace compiler in mind.
- 🟡 rxi/lume Lua functions geared towards gamedev
- 🟤 lunarmodules/Penlight A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.
- ⚫ Yonaba/Moses Utility library for functional programming in Lua
- 🔴 kikito/tween.lua Tweening/Easing/Interpolating functions for lua. Inspired on jQuery's animate method.
- ⚫ bjornbytes/RxLua Reactive Extensions for Lua
- ⚫ airstruck/knife A collection of useful micro-modules for Lua.
- ⚫ mirven/underscore.lua A utility library for Lua
- 🟤 Tieske/date Date & Time module for Lua 5.x
- 🟤 kikito/cron.lua Time-related functions for Lua, inspired in javascript's setTimeout and setInterval
- 🟤 Olivine-Labs/luassert Assertion library for Lua
- 🟤 lunarmodules/luassert Assertion library for Lua
- ⚫ stevedonovan/Microlight A little library of useful Lua functions, intended as the 'light' version of Penlight
- ⚫ EmmanuelOga/easing Easing functions implemented in lua (Functions from http://www.robertpenner.com/easing/ )
- ⚫ davidm/lua-matrix Matrices and vectors of are real, complex, and symbolic elements, implemented as Lua tables.
- ⚫ daurnimator/luatz Time, Date and Timezone library for lua
- ⚫ kikito/semver.lua Semantic versioning for Lua
- ⚫ kikito/memoize.lua memoized functions in lua
- 🔴 davisdude/mlib A math and collisions library for Lua.
- ⚫ sailorproject/valua Validation for lua! A module for making chained validations. Create your objects, append your tests, use and reuse it!
- ⚫ JoebRogers/PICO-Tween A small library of tweening/easing functions for use in the PICO-8 fantasy console, inspired by Robert Penner's easing functions.
- ⚫ torch/xlua A set of useful functions to extend Lua (string, table, ...).
- 🔴 lua-nucleo/lua-nucleo A random collection of core and utility level Lua libraries
- ⚫ mebens/strong A Lua library that makes your strings stronger!
- ⚫ facebookarchive/fblualib Facebook libraries and utilities for Lua
- ⚫ jtarchie/underscore-lua Underscore is a utility-belt library for Lua
Crypto
- 🔴 somesocks/lua-lockbox A collection of cryptographic primitives written in pure Lua
- 🟤 kikito/md5.lua MD5 sum in pure Lua, with no C and no external dependencies
- 🟤 Egor-Skriptunoff/pure_lua_SHA SHA1, SHA2, SHA3, BLAKE2 and BLAKE3 functions written in pure Lua and optimized for speed
- 🔴 philanc/plc Pure Lua Crypto
- ⚫ bighil/aeslua Implementation of aes in nearly pure lua (bitlib is required)
- ⚫ iskolbin/lbase64 Lua base64 decoder/encoder
- ⚫ aiq/basexx A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.
- ⚫ kikito/sha1.lua (Deprecated Repo) SHA-1 secure hash computation, and HMAC-SHA1 signature computation in Lua (5.1)
Parsing / Serialization
- 🟢 rxi/json.lua A lightweight JSON library for Lua
- 🟠 harningt/luajson JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.
- 🟠 api7/jsonschema Pure Lua JSON schema validator for Lua/LuaJIT
- ⚫ craigmj/json4lua JSON (Javascript Object Notation - http://www.json.org) encoding / decoding module for Lua, and very basic JSON RPC module (requiring socket 2.0).Module requires compat-5.1 if using Lua 5.0.This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010.
- 🔴 manoelcampos/xml2lua XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖💱
- ⚫ mpeterv/argparse Feature-rich command line parser for Lua
- 🔴 msva/lua-htmlparser An HTML parser for lua.
- 🔴 bakpakin/binser Customizable Lua Serializer
- ⚫ grafi-tt/lunajson A strict and fast JSON parser/decoder/encoder written in pure Lua.
- 🔴 Phrogz/SLAXML SAX-like streaming XML parser for Lua
- ⚫ Cluain/Lua-Simple-XML-Parser Read simple XML easily
- ⚫ gvx/bitser Serializes and deserializes Lua values with LuaJIT
- 🔴 Phrogz/NeatJSON Pretty-print your JSON in Ruby, JS, or Lua with more power than JSON.stringify or JSON.pretty_generate
- ⚫ ToxicFrog/vstruct A Lua library for packing and unpacking binary data, supporting arbitrary (byte-aligned) widths, named fields, and repetition.
- ⚫ gvx/Ser A fast, robust, richly-featured table serialisation library for Lua
- ⚫ x25/luajwt JSON Web Tokens for Lua
- ⚫ iryont/lua-struct Implementation of binary packing/unpacking in pure lua
- ⚫ catwell/luajit-msgpack-pure MessagePack for LuaJIT (using FFI, no bindings, V4 API)
OOP / Classes
- ⚪ kurapica/PLoop Prototype Lua object-oriented program system and frameworks.
- 🔴 kikito/middleclass Object-orientation for Lua
- ⚫ rxi/classic Tiny class module for Lua
- ⚫ Yonaba/30log 30 lines library for object orientation in Lua
- ⚫ kikito/stateful.lua Stateful classes for Lua
- ⚫ dingshukai/lua-oop Lua Object Oriented Programming Framework. WOW!
- 🟤 jonstoler/class.lua object-oriented library for lua
- ⚫ torch/class Oriented Object Programming for Lua
- ⚫ xolox/lua-lxsh Lexing & Syntax Highlighting in Lua (using LPeg)
- 🟤 andrewmcwatters/lclass Class-based object-oriented programming in Lua
- ⚫ Yonaba/Lua-Class-System Lua Class System (LCS) is a small library which offers a clean, minimalistic but powerful API for (Pseudo) Object Oriented programming style using Lua.
- ⚫ deepmind/classic A class system for Lua.
- ⚫ google-deepmind/classic A class system for Lua.
🕸️ Web
Frameworks
- 🟠 luvit/luvit Lua + libUV + jIT = pure awesomesauce
- 🟡 pkulchenko/fullmoon Fast and minimalistic Redbean-based Lua web framework in one file.
- ⚫ sailorproject/sailor A Lua MVC Web Framework.
- 🟠 kernelsauce/turbo Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
- ⚫ mongrel2/Tir A Simple Lua Web Framework For Mongrel2
- ⚫ ostinelli/gin A LUA fast, low-latency, low-memory footprint, web JSON-API framework with Test Driven Development helpers and patterns.
- ⚫ daogangtang/bamboo Bamboo is the web framework of Lua based on Mongrel2, ZeroMQ and NoSQL database.
- ⚫ miketang84/bamboo Bamboo is the web framework of Lua based on Mongrel2, ZeroMQ and NoSQL database.
- ⚫ benglard/waffle Fast, asynchronous web framework for Lua/Torch
- ⚫ keplerproject/orbit Orbit is an MVC web framework for Lua.
- ⚫ horan-geeker/nana Lua http api framework
- ⚫ Olivine-Labs/lusty Lua RESTful Web Application Framework
- 🟤 keplerproject/wsapi WSAPI is an API that abstracts the web server from Lua web applications.
Clients
- 🟢 xHasKx/luamqtt luamqtt - Pure-lua MQTT v3.1.1 and v5.0 client
- 🟤 daurnimator/lua-http HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
- ⚫ JakobGreen/lua-requests Requests for Lua!
- 🔴 bjornbytes/graphql-lua GraphQL implementation in Lua
- ⚫ jinq0123/grpc-lua The Lua gRPC binding. HTTP/2 based RPC http://grpc.io
- ⚫ DhavalKapil/elasticsearch-lua Lua client for Elasticsearch
- ⚫ geekscape/mqtt_lua MQTT Client library for the Lua language
- ⚫ ignacio/LuaOAuth A OAuth client library for Lua
- ⚫ Neopallium/lua-handlers Provides a set of async. callback based handlers for working with raw TCP/UDP socket, ZeroMQ sockets, or HTTP client/server.
- ⚫ LPGhatguy/luajit-request Simple HTTPS for LuaJIT!
- ⚫ lusis/lua-httpclient A unified http/s client library for lua
Servers
- 🟡 EvandroLG/pegasus.lua 🚀 Pegasus.lua is an http server to work with web applications written in Lua language.
- 🔴 marcoskirsch/nodemcu-httpserver A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
- ⚫ ignacio/LuaNode Asynchronous I/O for Lua
- ⚫ lipp/lua-websockets Websockets for Lua.
- ⚫ keplerproject/xavante Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers.
- ⚫ Skycrab/skynet_websocket skynet websocket(lua)
Templating
- 🟤 bungle/lua-resty-template Templating Engine (HTML) for Lua and OpenResty.
- 🟠 leafo/etlua Embedded Lua templates
- ⚫ Olivine-Labs/lustache Mustache templates for Lua
- ⚫ weshoke/Lust Lua String Templates
- ⚫ henix/slt2 a simple Lua template processor
OpenResty (ngx)
- ⚫ alexazhou/VeryNginx A very powerful and friendly nginx base on lua-nginx-module( openresty ) which provide WAF, Control Panel, and Dashboards.
- 🟢 auto-ssl/lua-resty-auto-ssl On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
- 🟢 openresty/lua-resty-redis Lua redis client driver for the ngx_lua based on the cosocket API
- 🔴 loveshell/ngx_lua_waf ngx_lua_waf是一个基于lua-nginx-module(openresty)的web应用防火墙
- ⚪ sumory/lor a fast, minimalist web framework for lua based on OpenResty
- ⚪ openresty/lua-resty-core New FFI-based API for lua-nginx-module
- 🔴 leandromoreira/cdn-up-and-running CDN Up and Running - Building a CDN from Scratch to Learn about CDN, Nginx, Lua, Prometheus, Grafana, Load balancing, and Containers.
- 🟢 openresty/lua-resty-limit-traffic Lua library for limiting and controlling traffic in OpenResty/ngx_lua
- 🟢 openresty/lua-resty-mysql Nonblocking Lua MySQL driver library for ngx_lua or OpenResty
- 🔴 ledgetech/lua-resty-http Lua HTTP client cosocket driver for OpenResty / ngx_lua.
- 🟡 doujiang24/lua-resty-kafka Lua kafka client driver for the Openresty based on the cosocket API
- 🟢 openresty/lua-resty-upstream-healthcheck Health Checker for Nginx Upstream Servers in Pure Lua
- 🟢 openresty/lua-resty-websocket WebSocket support for the ngx_lua module (and OpenResty)
- 🟢 openresty/lua-resty-lrucache Lua-land LRU Cache based on LuaJIT FFI
- 🟢 openresty/lua-resty-string String utilities and common hash functions for ngx_lua and LuaJIT
- 🟢 YunoHost/SSOwat A simple SSO for NGINX, written in Lua
- ⚪ Kong/lua-resty-healthcheck Healthcheck library for OpenResty to validate upstream service status
- 🟢 openresty/lua-resty-upload Streaming reader and parser for http file uploading based on ngx_lua cosocket
- ⚪ fffonion/lua-resty-openssl FFI-based OpenSSL binding for OpenResty
- 🟢 openresty/lua-resty-dns DNS resolver for the nginx lua module
- 🟤 knyar/nginx-lua-prometheus Prometheus metric library for Nginx written in Lua
- 🟢 openresty/lua-resty-lock Simple nonblocking lock API for ngx_lua based on shared memory dictionaries
- 🟤 unixhot/waf 使用Nginx+Lua实现的WAF(版本v1.0)
- ⚫ starjun/openstar lua waf,nginx+lua,openresty,luajit,waf+,cdn,nginx
- 🟢 openresty/lua-resty-memcached Lua memcached client driver for the ngx_lua based on the cosocket API
- 🔴 C0nw0nk/Nginx-Lua-Anti-DDoS A Anti-DDoS script to protect Nginx web servers using Lua with a HTML Javascript based authentication puzzle inspired by Cloudflare I am under attack mode an Anti-DDoS authentication page protect yourself from every attack type All Layer 7 Attacks Mitigating Historic Attacks DoS DoS Implications DDoS All Brute Force Attacks Zero day exploits Social Engineering Rainbow Tables Password Cracking Tools Password Lists Dictionary Attacks Time Delay Any Hosting Provider Any CMS or Custom Website Unlimited Attempt Frequency Search Attacks HTTP Basic Authentication HTTP Digest Authentication HTML Form Based Authentication Mask Attacks Rule-Based Search Attacks Combinator Attacks Botnet Attacks Unauthorized IPs IP Whitelisting Bruter THC Hydra John the Ripper Brutus Ophcrack unauthorized logins Injection Broken Authentication and Session Management Sensitive Data Exposure XML External Entities (XXE) Broken Access Control Security Misconfiguration Cross-Site Scripting (XSS) Insecure Deserialization Using Components with Known Vulnerabilities Insufficient Logging & Monitoring Drupal WordPress Joomla Flash Magento PHP Plone WHMCS Atlassian Products malicious traffic Adult video script avs KVS Kernel Video Sharing Clip Bucket Tube sites Content Management Systems Social networks scripts backends proxy proxies PHP Python Porn sites xxx adult gaming networks servers sites forums vbulletin phpbb mybb smf simple machines forum xenforo web hosting video streaming buffering ldap upstream downstream download upload rtmp vod video over dl hls dash hds mss livestream drm mp4 mp3 swf css js html php python sex m3u zip rar archive compressed mitigation code source sourcecode chan 4chan 4chan.org 8chan.net 8ch 8ch.net infinite chan 8kun 8kun.net anonymous anon tor services .onion torproject.org nginx.org nginx.com openresty.org darknet dark net deepweb deep web darkweb dark web mirror vpn reddit reddit.com adobe flash hackthissite.org dreamhack hack hacked hacking hacker hackers hackerz hackz hacks code coding script scripting scripter source leaks leaked leaking cve vulnerability great firewall china america japan russia .gov government http1 http2 http3 quic q3 litespeedtech litespeed apache torrents torrent torrenting webtorrent bittorrent bitorrent bit-torrent cyberlocker cyberlockers cyber locker cyberbunker warez keygen key generator free irc internet relay chat peer-to-peer p2p cryptocurrency crypto bitcoin miner browser xmr monero coinhive coin hive coin-hive litecoin ethereum cpu cycles popads pop-ads advert advertisement networks banner ads protect ovh blazingfast.io amazon steampowered valve store.steampowered.com steamcommunity thepiratebay lulzsec antisec xhamster pornhub porn.com pornhub.com xhamster.com xvideos xvdideos.com xnxx xnxx.com popads popcash cpm ppc
- ⚫ Tinywan/lua-nginx-redis 🌺 Redis、Lua、Nginx、OpenResty 笔记和资料
- 🟢 xxddpac/wArmor 🚀 An WAF Framework based on OpenResty
- 🟢 Yelp/casper A fast web application platform built in Rust and Luau
- 🟤 zmartzone/lua-resty-openidc OpenID Connect Relying Party and OAuth 2.0 Resource Server implementation in Lua for NGINX / OpenResty
- 🟡 anjia0532/lua-resty-maxminddb A Lua library for reading MaxMind's Geolocation database
- 🟡 fffonion/lua-resty-acme Automatic Let's Encrypt certificate serving and Lua implementation of ACMEv2 procotol
- 🟡 ysugimoto/lua-resty-grpc-gateway REST <-> gRPC gateway library implementation with OpenResty
- ⚫ ledgetech/ledge An RFC compliant and ESI capable HTTP cache for Nginx / OpenResty, backed by Redis
- ⚫ dualface/gbc-core GameBox Cloud Core - The Game Server Framework based on Lua and OpenResty.
- 🟤 openresty/lua-resty-balancer A generic consistent hash implementation for OpenResty/Lua
- 🟤 tl-open-source/tl-ops-manage api-gateway, framework for service management based on openresty。balance, health-check, limit-fuse, waf, 负载均衡,健康检查,服务熔断,服务限流,动态配置,数据统计, waf过滤,黑白名单,基于openresty的API网关
- 🟤 iamtsm/tl-ops-manage api-gateway, framework for service management based on openresty。balance, health-check, limit-fuse, waf, 负载均衡,健康检查,服务熔断,服务限流,动态配置,数据统计, waf过滤,黑白名单,基于openresty的API网关
- 🟤 bungle/lua-resty-session Session library for OpenResty – flexible and secure
- ⚫ iresty/Mio API statistics/summary and health datas in NGINX based on OpenResty/ngx_lua, just like NGINX Plus
- ⚫ upyun/lua-resty-checkups Manage Nginx upstreams in pure Lua.
- ⚫ spacewander/lua-resty-rsa RSA encrypt/decrypt & sign/verify for OpenResty/LuaJIT
- ⚫ appwilldev/moochine MOOCHINE - A simple and lightweight web framework based on OpenResty(ngx_lua, http://openresty.org).
- ⚫ ledgetech/lua-resty-redis-connector Connection utilities for lua-resty-redis
- 🔴 apache/skywalking-nginx-lua The Nginx Lua agent for Apache SkyWalking
- ⚫ wingify/lua-resty-rabbitmqstomp Opinionated Lua RabbitMQ client library for the ngx_lua apps based on the cosocket API
- ⚫ Kong/lua-resty-worker-events Cross Worker Events for Nginx in Pure Lua
- ⚫ theganyo/lua2go Easy access to your Go (Golang) modules from Lua and NGINX!
- ⚫ liseen/lua-resty-http Lua http client driver for the ngx_lua based on the cosocket API
- ⚫ saks/lua-resty-repl Interactive console (REPL) for Openresty and luajit code
- 🔴 bungle/lua-resty-nettle LuaJIT FFI bindings for Nettle (a low-level cryptographic library)
- ⚫ hpxl/nginx-lua-fastdfs-GraphicsMagick nginx+lua+fastdfs+GraphicsMagick 动态生成缩略图
- ⚫ adobe-apiplatform/api-gateway-aws AWS SDK for NGINX with Lua
- ⚫ tokers/lua-resty-requests Yet Another HTTP library for OpenResty - For human beings!
- ⚫ torhve/LuaWeb A very simple blog engine using openresty, nginx, lua, markdown, git and redis
- ⚫ jirutka/ngx-oauth OAuth 2.0 proxy for nginx written in Lua.
- 🟤 leandromoreira/nginx-lua-redis-rate-measuring A lua library to provide distributed rate measurement using nginx + redis, you can use it to do a throttling system within many nodes.
- ⚫ bungle/lua-resty-validation Validation Library (Input Validation and Filtering) for Lua and OpenResty.
- ⚫ appwilldev/moochine-demo OpenResty(ngx_lua, http://openresty.org )+Moochine 完整实例
- ⚫ SpringCloud/nginx-zuul-dynamic-lb 🍁 基于Lua的Spring Cloud网关高可用通用Ngnix插件
- ⚫ juce/lua-resty-shell tiny subprocess/shell library to use with OpenResty application server
- 🔴 luastar/luastar 一个基于openresty的http接口开发框架或网关
- ⚫ agoragames/nginx-google-oauth Lua module to add Google OAuth to nginx
- 🔴 e404/htaccess-for-nginx .htaccess for nginx enables the nginx high performance webserver to deal with .htaccess files.
- ⚫ mtourne/nginx_log_by_lua Simple example of aggregated logging using log_by_lua hooks
- ⚫ peanode/simple-url-shorten 基于Openresty的lua模块开发的简单网址缩短系统,特点是使用Nginx+lua+redis,性能非常高;具有域名黑名单、白名单,支持简单认证;支持自定义短网址;支持自定义短URL长度;支持自定义短网址字符前缀后缀等等
- ⚫ zheng-ji/ngx_lua_reqstatus 实时统计 nginx 状态的 lua 拓展
- ⚫ iresty/lua-resty-test Lua test frame for the ngx_lua based on Openresty
- ⚫ weibocom/motan-openresty A cross-language RPC framework for rapid development of high performance distributed services based on OpenResty.
- ⚫ anjia0532/lua-resty-redis-util openresty/lua-resty-redis 封装工具类
- 🔴 api7/lua-resty-ipmatcher High-performance match IP address for Nginx + Lua
- ⚫ nixuehan/Belial 基于nginx lua module 的一个 waf .
- ⚫ isage/lua-resty-moongoo MongoDB library for OpenResty
- ⚫ bungle/lua-resty-route URL Routing Library for OpenResty Supporting Pluggable Matching Engines
- ⚫ thibaultcha/lua-cassandra Pure Lua driver for Apache Cassandra
- ⚫ LazyZhu/lua-resty-ssdb Lua ssdb client driver for the ngx_lua based on the cosocket API, SSDB is a leveldb server.
- ⚫ hnlq715/nginx-prometheus-metrics A production demo to collect prometheus metrics for nginx with lua embedded.
- ⚫ tietang/ngx-lua-zuul 基于Nginx&Lua 和Netflix Eureka的微服务网关。请看看:https://github.com/tietang/zebra
- ⚫ hopesoft/nginx-lua-image-module A nginx module to resize, crop images
- ⚫ ledgetech/lua-resty-qless Lua binding to Qless (Queue / Pipeline management) for OpenResty / Redis
- ⚫ solso/api-aggregator Aggregate REST API calls easily on a sandboxed Nginx+Lua env
- ⚫ zrbcool/prometheus-lua-nginx API Gateway monitoring tools, out-of-box dashboard helps you find out performance issue,help improve SLA.
- ⚫ iqiyi/lua-resty-couchbase Lua couchbase client driver for the ngx_lua based on the cosocket API / 使用cosocket纯lua实现的couchbase的client,已经在爱奇艺重要的服务播放服务稳定运行5年多
- ⚫ ubergarm/openresty-nginx-jwt JWT Bearer Token authorization with nginx, openresty, and lua-resty-jwt.
- 🟤 openresty/lua-ssl-nginx-module NGINX C module that extends ngx_http_lua_module for enhanced SSL/TLS capabilities
- ⚫ duhoobo/lua-resty-smtp I must be crazy trying to send mail with Nginx.
- ⚫ vovolie/lua-nginx-prometheus Monitoring nginx using prometheus
- ⚫ fffonion/lua-resty-sniproxy SNI Proxy based on stream-lua-nginx-module
- ⚫ rrfeng/lua-resty-upstream-etcd An OpenResty lua module that can use upstream config in etcd and Kubernetes.
- ⚫ netxfly/nginx_lua_security 浅谈nginx+lua在安全中的应用
- ⚫ azurewang/lua-resty-fastdfs Nonblocking Lua FastDFS driver library for ngx_lua
- ⚫ pintsized/lua-resty-rack A simple and extensible HTTP server framework for OpenResty.
- ⚫ ddonline/nginx-lua-waf Nginx-Lua-WAF是一款基于Nginx的使用Lua语言开发的灵活高效的Web应用层防火墙
- ⚫ tokers/lua-resty-http2 The HTTP/2 Protocol (Client Side) Implementation for OpenResty.
- ⚫ leafo/heroku-openresty Run OpenResty on Heroku with the Lua buildpack
- ⚫ medcl/lua-resty-weedfs weefs,lua,nginx and file post processing with ffmpeg and graphicsmagick
- 🔴 vislee/lua-resty-dns-server Lua DNS server driver for OpenResty
- ⚫ grasses/nginx-lua-static-merger Static files merger base on openresty
- ⚫ spro/simon Dynamic routing/vhosts with nginx + Lua + Redis
- ⚫ songweihang/knight Nginx Http 集群api 统计监控、灰度发布、频率控制
- ⚫ jbochi/lua-resty-cassandra Pure Lua Cassandra client using CQL binary protocol
- ⚫ torhve/lua-resty-letsencrypt Lua script for Nginx to automatically get certificates from LetsEncrypt CA
- ⚫ wubonetcn/luawaf A secure and privately deployable web application firewall(WAF).一个安全、可私有部署的Web应用防火墙(WAF)。
- ⚫ leafo/image-server-tutorial An example of an image processing server in OpenResty and Lua
- ⚫ woothee/lua-resty-woothee Woothee Lua-Openresty implementation
- ⚫ azurewang/lua-resty-postgres Nonblocking Lua PostgreSQL driver library for ngx_lua
- ⚫ bungle/lua-resty-uuid LuaJIT FFI bindings for libuuid, a DCE compatible Universally Unique Identifier library.
- ⚫ upyun/slardar Updating your upstream list and run lua scripts without reloading Nginx.
- ⚫ cloudflare/nginx-google-oauth Lua module to add Google OAuth to nginx
- 🟤 Kong/lua-resty-dns-client Lua DNS client, load balancer, and utility library
other
- ⚪ HDoujinDownloader/HDoujinDownloader An easy-to-use manga and dōjinshi downloader supporting 800+ different websites
- 🟤 luakit/luakit Fast, small, webkit based browser framework extensible by Lua.
- 🟤 cfadmin-cn/cfadmin A lua web network framework.
- 🔴 golgote/neturl URL and Query string parser, builder, normalizer for Lua
- ⚫ cloudflare/raven-lua A Lua interface to Sentry
- 🟤 haproxytech/haproxy-lua-oauth JWT Validation implementation for HAProxy Lua host
- ⚫ karai17/lapis-chan Image board software written in Lua using the Lapis web framework.
- ⚫ brimworks/lua-http-parser Lua binding to Ryan Dahl's "http-parser".
- ⚫ APItools/router.lua A barebones router for Lua. It matches urls and executes lua functions.
🔗 API services
Frameworks
- 🟢 SinisterRectus/Discordia Discord API library written in Lua for the Luvit runtime environment
- ⚫ topkecleon/otouto A Lua-based Telegram bot with plugins.
- ⚫ wrxck/telegram-bot-lua A simple yet extensive Lua library for the Telegram bot API.
- ⚫ umegaya/lua-aws pure-lua implementation of aws REST APIs
- ⚫ ldb/lua-telegram-bot Lua Library for the Telegram Bot API
Applications
- ⚫ Bambooir/TeleSeed A Telegram-CLI Administration Telgram bot in Lua
- 🔴 wrxck/mattata A powerful, plugin-based, multi-purpose Telegram bot designed to serve a wide variety of purposes
- ⚫ psamim/telegram-cli-backup A simple Lua script to backup Telegram messages into a CSV or sqlite database
- ⚫ MutePuker/TeleMute A Telegram-CLI Administration Telgram bot in Lua - New TG
🧶 Applications-related
Nvim
- ⚪ NvChad/NvChad Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
- ⚪ LunarVim/LunarVim 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
- 🟠 SpaceVim/SpaceVim A community-driven modular vim/neovim distribution - The ultimate vimrc
- ⚪ nvim-telescope/telescope.nvim Find, Filter, Preview, Pick. All lua, all the time.
- ⚪ kabinspace/AstroVim AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
- ⚪ AstroNvim/AstroNvim AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
- ⚪ hrsh7th/nvim-cmp A completion plugin for neovim coded in Lua.
- ⚪ nvim-tree/nvim-tree.lua A file explorer tree for neovim written in lua
- ⚪ kyazdani42/nvim-tree.lua A file explorer tree for neovim written in lua
- ⚪ williamboman/mason.nvim Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
- ⚪ nvim-neorg/neorg Modernity meets insane extensibility. The future of organizing your life in Neovim.
- ⚪ nvim-lualine/lualine.nvim A blazing fast and easy to configure neovim statusline plugin written in pure lua.
- ⚪ folke/tokyonight.nvim 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
- ⚪ catppuccin/nvim 🍨 Soothing pastel theme for (Neo)vim
- ⚪ folke/which-key.nvim 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.
- ⚪ folke/trouble.nvim 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
- 🟢 lewis6991/gitsigns.nvim Git integration for buffers
- ⚪ rebelot/kanagawa.nvim NeoVim dark colorscheme inspired by the colors of the famous painting by Katsushika Hokusai.
- ⚪ akinsho/toggleterm.nvim A neovim lua plugin to help easily manage multiple terminal windows
- ⚪ echasnovski/mini.nvim Library of 35+ independent Lua modules improving overall Neovim (version 0.7 and higher) experience with minimal effort
- 🟤 wbthomason/packer.nvim A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
- ⚪ numToStr/Comment.nvim 🧠 💪 // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
- 🟢 glepnir/lspsaga.nvim improve neovim lsp experience
- 🟢 nvimdev/lspsaga.nvim improve neovim lsp experience
- 🟢 akinsho/bufferline.nvim A snazzy bufferline for Neovim
- ⚪ windwp/nvim-autopairs autopairs for neovim written by lua
- ⚪ EdenEast/nightfox.nvim 🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
- ⚪ L3MON4D3/LuaSnip Snippet Engine for Neovim written in Lua.
- ⚪ nvim-neo-tree/neo-tree.nvim Neovim plugin to manage the file system and other tree like structures.
- ⚪ ayamir/nvimdots A well configured and structured Neovim.
- 🟢 nvim-orgmode/orgmode Orgmode clone written in Lua for Neovim 0.9+.
- 🟢 kylechui/nvim-surround Add/change/delete surrounding delimiter pairs with ease. Written with ❤️ in Lua.
- ⚪ LunarVim/Launch.nvim 🚀 Launch.nvim is modular starter for Neovim.
- ⚪ LunarVim/nvim-basic-ide 🚀 Launch.nvim is modular starter for Neovim.
- 🟢 nvim-lua/plenary.nvim plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
- ⚪ nvim-neotest/neotest An extensible framework for interacting with tests within NeoVim.
- ⚪ kevinhwang91/nvim-ufo Not UFO in the sky, but an ultra fold in Neovim.
- ⚪ folke/neodev.nvim 💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.
- ⚪ folke/lua-dev.nvim 💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.
- ⚪ kyazdani42/nvim-web-devicons
lua
fork
of vim-web-devicons for neovim - ⚪ nvim-tree/nvim-web-devicons
lua
fork
of vim-web-devicons for neovim - ⚪ rose-pine/neovim Soho vibes for Neovim
- 🟢 projekt0n/github-nvim-theme Github's Neovim themes
- ⚪ ray-x/go.nvim A feature-rich Go development plugin, leveraging gopls, treesitter AST, Dap, and various Go tools to enhance the dev experience.
- 🟢 rcarriga/nvim-dap-ui A UI for nvim-dap
- ⚪ ellisonleao/gruvbox.nvim Lua port of the most famous vim colorscheme
- ⚪ epwalsh/obsidian.nvim Obsidian 🤝 Neovim
- ⚪ nvim-telescope/telescope-file-browser.nvim File Browser extension for telescope.nvim
- 🟠 jdhao/nvim-config A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
- 🟢 kevinhwang91/nvim-bqf Better quickfix window in Neovim, polish old quickfix window.
- 🟢 MunifTanjim/nui.nvim UI Component Library for Neovim.
- 🟢 navarasu/onedark.nvim One dark and light colorscheme for neovim >= 0.5.0 written in lua based on Atom's One Dark and Light theme. Additionally, it comes with 5 color variant styles
- 🟢 renerocksai/telekasten.nvim A Neovim (lua) plugin for working with a markdown zettelkasten / wiki and mixing it with a journal, based on telescope.nvim
- 🟡 norcalli/nvim-colorizer.lua The fastest Neovim colorizer.
- 🟢 rktjmp/lush.nvim Create Neovim themes with real-time feedback, export anywhere.
- 🟢 goolord/alpha-nvim a lua powered greeter like vim-startify / dashboard-nvim
- 🟢 karb94/neoscroll.nvim Smooth scrolling neovim plugin written in lua
- 🟢 ray-x/navigator.lua Code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐 Exploring LSP and 🌲Treesitter symbols a piece of 🍰 Take control like a boss 🦍
- ⚪ kdheepak/lazygit.nvim Plugin for calling lazygit from within neovim.
- 🟢 ellisonleao/glow.nvim A markdown preview directly in your neovim.
- ⚪ marko-cerovac/material.nvim 🔱 Material colorscheme for NeoVim written in Lua with built-in support for native LSP, TreeSitter and many more plugins
- 🟢 SmiteshP/nvim-navic Simple winbar/statusline plugin that shows your current code context
- 🟢 onsails/lspkind.nvim vscode-like pictograms for neovim lsp completion items
- 🟢 onsails/lspkind-nvim vscode-like pictograms for neovim lsp completion items
- ⚪ shaunsingh/nord.nvim Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
- 🟢 NTBBloodbath/rest.nvim A fast Neovim http client written in Lua
- 🟢 rest-nvim/rest.nvim A fast Neovim http client written in Lua
- ⚪ AstroNvim/astrocommunity A community repository of common plugin specifications
- ⚪ nvimtools/none-ls.nvim null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
- 🟢 CosmicNvim/CosmicNvim CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!
- 🟢 rmagatti/auto-session A small automated session manager for Neovim
- 🟢 danymat/neogen A better annotation generator. Supports multiple languages and annotation conventions.
- 🟢 JoosepAlviste/nvim-ts-context-commentstring Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
- ⚪ kevinhwang91/nvim-hlslens Hlsearch Lens for Neovim
- ⚪ b0o/SchemaStore.nvim 🛍 JSON schemas for Neovim
- 🟢 anuvyklack/hydra.nvim Create custom submodes and menus
- 🟢 glepnir/nvim neovim configuration written in lua
- 🟢 AckslD/nvim-neoclip.lua Clipboard manager neovim plugin with telescope integration
- ⚪ uga-rosa/ccc.nvim Color picker and highlighter plugin for Neovim.
- ⚪ Mofiqul/vscode.nvim Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
- 🟡 edluffy/hologram.nvim 👻 A cross platform terminal image viewer for Neovim. Extensible and fast, written in Lua and C. Works on macOS and Linux.
- 🟢 olimorris/onedarkpro.nvim 🎨 Atom's iconic One Dark theme, for Neovim. Cacheable, fully customisable, Treesitter + LSP semantic token support. Comes with variants
- ⚪ Allaman/nvim Straightforward and pure Lua based Neovim configuration for my work as DevOps/Cloud Engineer with batteries included for Python, Golang, and, of course, YAML
- 🟢 andweeb/presence.nvim Discord Rich Presence for Neovim
- 🟢 jamestthompson3/nvim-remote-containers Develop inside docker containers, just like VSCode
- 🟢 savq/paq-nvim 🌚 Neovim package manager
- ⚪ m4xshen/hardtime.nvim A Neovim plugin helping you establish good command workflow and habit
- ⚪ luukvbaal/statuscol.nvim Status column plugin that provides a configurable 'statuscolumn' and click handlers.
- 🟢 monaqa/dial.nvim enhanced increment/decrement plugin for Neovim.
- ⚪ Mofiqul/dracula.nvim Dracula colorscheme for neovim written in Lua
- ⚪ altermo/ultimate-autopair.nvim A treesitter supported autopairing plugin with extensions, and much more
- ⚪ mrcjkb/haskell-tools.nvim Supercharge your Haskell experience in neovim!
- 🟢 nanozuki/tabby.nvim A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
- ⚪ CRAG666/code_runner.nvim Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
- 🟡 artart222/CodeArt Use NeoVim as general purpose IDE
- ⚪ mhanberg/elixir.nvim Neovim plugin for Elixir
- ⚪ elixir-tools/elixir-tools.nvim Neovim plugin for Elixir
- ⚪ willothy/nvim-cokeline 👃 A Neovim bufferline for people with addictive personalities
- ⚪ noib3/nvim-cokeline 👃 A Neovim bufferline for people with addictive personalities
- 🟢 shortcuts/no-neck-pain.nvim ☕ Dead simple yet super extensible plugin to center the currently focused buffer to the middle of the screen.
- 🟢 rmagatti/goto-preview A small Neovim plugin for previewing definitions using floating windows.
- 🟢 m-demare/hlargs.nvim Highlight arguments' definitions and usages, using Treesitter
- 🟢 Pocco81/auto-save.nvim 🧶 Automatically save your changes in NeoVim
- 🟢 pocco81/auto-save.nvim 🧶 Automatically save your changes in NeoVim
- ⚪ FeiyouG/commander.nvim Create and manage keybindings and commands in a more organized manner, and search them quickly through Telescope
- ⚪ FeiyouG/command_center.nvim Create and manage keybindings and commands in a more organized manner, and search them quickly through Telescope
- 🟡 cshuaimin/ssr.nvim Treesitter based structural search and replace plugin for Neovim.
- ⚪ lvim-tech/lvim LVIM IDE is a modular Neovim configuration written in LUA with full customization. LSP support for 60+ languages. Debug support for c, cpp, dart, elixir, go, haskell, java, javascript/typescript, lua, php, python, ruby, rust.
- ⚪ yamatsum/nvim-cursorline A plugin for neovim that highlights cursor words and lines
- 🟠 jose-elias-alvarez/null-ls.nvim Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
- 🟡 doom-neovim/doom-nvim A Neovim configuration for the advanced martian hacker
- 🟡 NTBBloodbath/doom-nvim A Neovim configuration for the advanced martian hacker
- 🟢 b3nj5m1n/kommentary Neovim commenting plugin, written in lua.
- 🟢 rmehri01/onenord.nvim 🏔️ A Neovim theme that combines the Nord and Atom One Dark color palettes for a more vibrant programming experience.
- 🟢 mvllow/modes.nvim Prismatic line decorations for the adventurous vim user
- 🟢 tanvirtin/vgit.nvim Visual git plugin for Neovim
- ⚪ ray-x/nvim Personal neovim setup with 180+ plugins.
- 🟡 bennypowers/nvim-regexplainer Describe the regexp under the cursor
- 🟢 loctvl842/monokai-pro.nvim Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum
- ⚪ m4xshen/smartcolumn.nvim A Neovim plugin hiding your colorcolumn when unneeded.
- 🟢 huggingface/llm.nvim LLM powered development for Neovim
- 🟢 huggingface/hfcc.nvim LLM powered development for Neovim
- ⚪ zbirenbaum/neodim Neovim plugin for dimming the highlights of unused functions, variables, parameters, and more
- ⚪ shellRaining/hlchunk.nvim This is the lua implementation of nvim-hlchunk, you can use this neovim plugin to highlight your indent line and the current chunk (context) your cursor stayed
- 🟢 willothy/flatten.nvim Open files and command output from wezterm, kitty, and neovim terminals in your current neovim instance
- ⚪ kndndrj/nvim-dbee Interactive database client for neovim
- 🟡 f-person/git-blame.nvim Git Blame plugin for Neovim written in Lua
- 🟢 tamton-aquib/duck.nvim A duck that waddles arbitrarily in neovim.
- ⚪ albingroen/quick.nvim A very fast Lua based Neovim configuration that uses native LSP for intellisense
- ⚪ ramojus/mellifluous.nvim Pleasant and productive colorscheme for Neovim
- 🟡 mrjones2014/legendary.nvim 🗺️ A legend for your keymaps, commands, and autocmds, integrates with which-key.nvim, lazy.nvim, and more.
- 🟢 tiagovla/tokyodark.nvim A clean dark theme written in lua for neovim.
- ⚪ Avimitin/nvim Useful, maintainable, multi-language supported neovim configuration.
- 🟢 ruifm/gitlinker.nvim A lua neovim plugin to generate shareable file permalinks (with line ranges) for several git web frontend hosts. Inspired by tpope/vim-fugitive's :GBrowse
- ⚪ lspcontainers/lspcontainers.nvim Neovim plugin for lspcontainers.
- ⚪ is0n/fm-nvim 🗂 Neovim plugin that lets you use your favorite terminal file managers (and fuzzy finders) from within Neovim.
- ⚪ Civitasv/cmake-tools.nvim CMake integration in Neovim
- 🟡 utilyre/barbecue.nvim A VS Code like winbar for Neovim
- ⚪ Robitx/gp.nvim Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI]
- ⚪ ribru17/bamboo.nvim Warm Green Theme for Neovim and Beyond
- 🟡 Olical/aniseed Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
- 🟢 crivotz/nv-ide Neovim custom configuration, oriented for full stack developers (Ruby on Rails, ruby, php, html, css, SCSS, javascript)
- ⚪ samjwill/nvim-unception A plugin that leverages Neovim's built-in RPC functionality to simplify opening files from within Neovim's terminal emulator without nesting sessions.
- 🟡 dense-analysis/neural AI Vim/Neovim code generation plugin (OpenAI, ChatGPT, and more)
- ⚪ olexsmir/gopher.nvim Neovim plugin for make golang development easiest
- ⚪ creativenull/efmls-configs-nvim An unofficial collection of linters and formatters configured for efm-langserver for neovim.
- ⚪ kawre/leetcode.nvim A Neovim plugin enabling you to solve LeetCode problems.
- ⚪ Alexis12119/nvim-config Generalized and Personalized
- ⚪ kvrohit/mellow.nvim A soothing dark color scheme for neovim and friends.
- ⚪ chrisgrieser/nvim-genghis Convenience file operations for neovim, written in lua.
- 🟢 VidocqH/lsp-lens.nvim Neovim plugin for displaying references and difinition infos upon functions like JB's IDEA.
- 🟡 esensar/nvim-dev-container Neovim dev container support - Mirror of https://codeberg.org/esensar/nvim-dev-container
- 🟡 lukas-reineke/headlines.nvim This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
- ⚪ nvim-telescope/telescope-github.nvim Integration with github cli
- 🟢 andrewferrier/debugprint.nvim Debugging in NeoVim the print() way!
- ⚪ Iron-E/nvim-highlite A colorscheme generator that is "lite" on logic for the developer.
- 🟢 ecthelionvi/NeoComposer.nvim Neovim plugin that simplifies macros, enhancing productivity with harmony.
- 🟢 craftzdog/solarized-osaka.nvim 🏯 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins.
- 🟢 NMAC427/guess-indent.nvim Automatic indentation style detection for Neovim
- 🟢 tanvirtin/monokai.nvim Monokai theme for Neovim written in Lua.
- ⚪ echasnovski/mini.surround Neovim Lua plugin with fast and feature-rich surround actions. Part of 'mini.nvim' library.
- ⚪ MiaadTeam/lesvim Nvim config focus on Javascript, Typescript, Rust and Lua - 🚀 💪 ( Fast and Powerfull ) - Deno and other typescript LSP working well together
- 🟢 numToStr/dotfiles 🏡 /.dotfiles | Includes configs for neovim, tmux, zsh, alacrity, kitty, and more | Managed by GNU stow
- ⚪ neanias/everforest-nvim A Lua port of the Everforest colour scheme
- 🟢 piersolenski/wtf.nvim Delicious diagnostic debugging in Neovim 🤤
- ⚪ JoosepAlviste/dotfiles My dotfiles for Neovim, Kitty terminal, Zsh, and a few other things.
- 🟢 freddiehaddad/feline.nvim A minimal, stylish and customizable statusline, statuscolumn, and winbar for Neovim
- ⚪ Dkendal/nvim-treeclimber Neovim structured editing plugin
- 🟡 abecodes/tabout.nvim tabout plugin for neovim
- ⚪ echasnovski/mini.indentscope Neovim Lua plugin to visualize and operate on indent scope. Part of 'mini.nvim' library.
- 🟢 bitterteasweetorange/nvim Neovim 0.9 configuration for coding React, TypeScript and Rust
- ⚪ AGou-ops/dotfiles My personal dotfiles, about neovim, zsh shell, tmux...
- 🟢 dmmulroy/tsc.nvim A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)
- 🟢 joshukraine/dotfiles 📍 My dotfiles for macOS using Neovim, Zsh or Fish, and Kitty or iTerm+Tmux
- ⚪ is0n/jaq-nvim ⚙️ Just Another Quickrun Plugin for Neovim in Lua
- 🟠 numToStr/FTerm.nvim 🔥 No-nonsense floating terminal plugin for neovim 🔥
- 🟢 uloco/bluloco.nvim bluloco theme port for neovim
- 🟢 chomosuke/term-edit.nvim Vim Keybindings in Neovim's Built-in Terminal
- ⚪ sownteedev/TeVim NeoVim config for full-stack developer
- ⚪ gbprod/nord.nvim An arctic, north-bluish clean and elegant Neovim theme.
- 🟠 brainfucksec/neovim-lua Neovim KISS configuration with Lua
- 🟡 windwp/windline.nvim Animation statusline, floating window statusline. Use lua + luv make some wind
- 🟡 m4xshen/autoclose.nvim A minimalist Neovim plugin that auto pairs & closes brackets
- ⚪ echasnovski/mini.animate Neovim Lua plugin to animate common Neovim actions. Part of 'mini.nvim' library.
- 🟢 linrongbin16/lsp-progress.nvim A performant lsp progress status for Neovim.
- 🟠 folke/twilight.nvim 🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.
- 🟢 dasupradyumna/midnight.nvim 🌙 A modern black neovim theme written in Lua, with comfortable color contrast for a pleasant visual experience, with LSP and treesitter support
- 🟢 tamton-aquib/staline.nvim A modern lightweight statusline and bufferline plugin for neovim in lua. Mainly uses unicode symbols for showing info.
- 🟢 ellisonleao/nvim-plugin-template A neovim plugin template for github repos
- 🟢 svrana/neosolarized.nvim Truecolor solarized theme for neovim in Lua using colorbuddy
- 🟢 ishan9299/nvim-solarized-lua solarized colorscheme in lua for nvim 0.5
- 🟡 savq/melange 🗡️ Warm color scheme for Neovim and beyond
- ⚪ yaocccc/nvim 开箱即用的nvim配置 详细的文档 lua实现
- 🟢 SidOfc/carbon.nvim The simple directory tree viewer for Neovim written in Lua.
- 🟡 numToStr/Navigator.nvim ✨ Smoothly navigate between neovim and terminal multiplexer(s) ✨
- ⚪ Ultra-Code/awesome-neovim Awesome Configurations for C/C++, Zig, Rust, Python, Shell, Web and Lua development in NeoVim
- 🟡 AckslD/nvim-FeMaco.lua Catalyze your Fenced Markdown Code-block editing!
- 🟢 cpea2506/one_monokai.nvim One Monokai for Neovim
- ⚪ creativenull/diagnosticls-configs-nvim An unofficial collection of linters and formatters configured for diagnostic-languageserver for neovim.
- ⚪ joelazar/nvim-config My neovim config
- ⚪ TheBlob42/drex.nvim Another directory/file explorer for Neovim written in Lua
- 🟠 nvim-focus/focus.nvim Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua. A full suite of window management enhancements. Vim splits on steroids!
- 🟠 beauwilliams/focus.nvim Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua. A full suite of window management enhancements. Vim splits on steroids!
- 🟢 benfowler/telescope-luasnip.nvim Neovim plugin. Telescope.nvim extension that adds LuaSnip integration.
- 🟢 CharlesChiuGit/nvimdots.lua Lazy AF neovim config, well structured in lua.
- 🟢 martineausimon/nvim-lilypond-suite Neovim plugin for writing LilyPond scores, with asynchronous make, midi/mp3 player, fast syntax highlighting, "hyphenation" function, and support for LaTex and Texinfo files
- 🟢 Abstract-IDE/Abstract neovim as an IDE
- 🟡 mawkler/modicator.nvim Cursor line number mode indicator
- 🟢 ray-x/guihua.lua A GUI library for Neovim plugin developers
- 🟢 adoyle-h/one.nvim All-in-one neovim config framework in Lua.
- 🟠 AlexvZyl/nordic.nvim 🌒 Nord for Neovim, but warmer and darker. Supports a variety of plugins and other platforms.
- 🟢 jghauser/follow-md-links.nvim Easily follow markdown links with this neovim plugin
- 🔴 jbyuki/instant.nvim collaborative editing in Neovim using built-in capabilities
- 🟤 chipsenkbeil/distant.nvim 🚧 (Alpha stage software) Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment 🚧
- 🟡 dcampos/nvim-snippy Snippet plugin for Neovim written in Lua
- ⚫ nshen/learn-neovim-lua Neovim 配置实战 :从 0 到 1 打造自己的 IDE
- 🟢 crusj/bookmarks.nvim Remember file locations and sort by time and frequency and support telescope.
- ⚪ zanglg/nova.nvim Another color scheme for neovim written in lua, WIP
- 🟡 jbyuki/one-small-step-for-vimkind Debug adapter for Neovim plugins
- 🟠 tversteeg/registers.nvim 📑 Neovim plugin to preview the contents of the registers
- 🟢 nguyenvukhang/nvim-toggler invert text in vim, purely with lua.
- 🟢 jghauser/papis.nvim Manage your bibliography from within your favourite editor
- 🟡 alexghergh/nvim-tmux-navigation Easy Neovim-Tmux navigation, completely written in Lua
- 🟠 saadparwaiz1/cmp_luasnip luasnip completion source for nvim-cmp
- 🟡 aktersnurra/no-clown-fiesta.nvim A dark Neovim theme written in lua trying to avoid looking like a clown fiesta
- 🟠 ziontee113/syntax-tree-surfer A plugin for Neovim that helps you surf through your document and move elements around using the nvim-treesitter API.
- 🟢 danielnehrig/nvim neovim lua cfg
- 🟤 Pocco81/TrueZen.nvim 🦝 Clean and elegant distraction-free writing for NeoVim
- 🟤 pocco81/true-zen.nvim 🦝 Clean and elegant distraction-free writing for NeoVim
- 🟤 Pocco81/true-zen.nvim 🦝 Clean and elegant distraction-free writing for NeoVim
- 🟡 tiagovla/scope.nvim Revolutionize Your Neovim Tab Workflow: Introducing Enhanced Tab Scoping!
- 🟢 cuducos/yaml.nvim 🍒 YAML toolkit for Neovim users
- 🟢 davidgranstrom/scnvim Neovim frontend for SuperCollider.
- 🟠 axkirillov/easypick.nvim A neovim plugin that lets you easily create Telescope pickers from arbitrary console commands
- 🟠 terrortylor/nvim-comment A comment toggler for Neovim, written in Lua
- 🟡 utfeight/vimacs Feature-full Neovim Experience - With Emacs, JetBrains features OOTB
- 🟡 UTFeight/vimacs Feature-full Neovim Experience - With Emacs, JetBrains features OOTB
- 🔴 nvimdev/galaxyline.nvim neovim statusline plugin written in lua
- 🔴 glepnir/galaxyline.nvim neovim statusline plugin written in lua
- 🟡 olivercederborg/poimandres.nvim Poimandres colorscheme for Neovim written in Lua
- 🔴 Optixal/neovim-init.vim 🏮 A hybrid Neovim configuration for productive developers who want a functional yet aesthetic Vim experience 🏮
- 🟡 ellisonleao/carbon-now.nvim Create beautiful code snippets directly from your neovim terminal
- 🔴 petertriho/nvim-scrollbar Extensible Neovim Scrollbar
- 🟡 maxmx03/fluoromachine.nvim Synthwave x Fluoromachine port for Neovim
- 🔴 sidebar-nvim/sidebar.nvim A generic and modular lua sidebar for Neovim
- 🟡 j-morano/buffer_manager.nvim A simple plugin to easily manage Neovim buffers.
- 🟡 serenevoid/kiwi.nvim A stripped down VimWiki for neovim
- 🟡 disrupted/dotfiles 👨🏻💻 My dotfiles including Neovim Lua config, ZSH with zinit plugin manager & powerlevel10k prompt
- 🟡 Tsuzat/NeoSolarized.nvim NeoSolarized colorscheme for NeoVim with full transparency
- 🟡 krady21/compiler-explorer.nvim Run compilers and inspect assembly directly from Neovim with the help of https://godbolt.org
- 🟠 gaoDean/autolist.nvim Automatic list continuation and formatting for neovim, powered by lua
- 🟡 koenverburg/peepsight.nvim Focus on one function at a time
- 🟤 SmiteshP/nvim-navbuddy A simple popup display that provides breadcrumbs feature using LSP server
- 🟠 ThemerCorp/themer.lua A simple, minimal highlighter plugin for neovim
- 🟡 Neelfrost/nvim-config Personal neovim configuration⚡🪟 - Fully configured for LaTeX, Python, Lua, C#, HTML, CSS, and Javascript - Neovim version: v0.9+
- 🟡 adelarsq/neoline.vim Status Line for Neovim focused on beauty and performance ✅💙💛🤍💚
- 🟡 cstsunfu/.sea.nvim 21st-century Neovim configure. Mainly implemented by lua.
- 🟠 ziontee113/icon-picker.nvim This is a Neovim plugin that helps you pick Nerd Font Icons, Symbols & Emojis
- 🟠 junnplus/lsp-setup.nvim A simple wrapper for nvim-lspconfig and mason-lspconfig to easily setup LSP servers.
- ⚫ nvim-lua/lsp-status.nvim Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
- 🟡 optimizacija/neovim-config Modern NeoVim config for IDE-like development
- 🟤 anuvyklack/windows.nvim Automatically expand width of the current window. Maximizes and restore it. And all this with nice animations!
- 🟡 t-troebst/perfanno.nvim NeoVim lua plugin that annotates source code with profiling information from perf or other profilers
- 🟠 yamatsum/nvim-nonicons Icon set using nonicons for neovim plugins and settings
- 🔴 VapourNvim/VapourNvim A NeoVim config for THE ULTIMATE vim IDE-like experience.
- 🟤 nvimdev/dope a modern structure neovim config template write in lua
- 🟤 glepnir/dope a modern structure neovim config template write in lua
- 🟤 glepnir/cosynvim a modern structure neovim config template write in lua
- 🟡 julienvincent/nvim-paredit A Paredit implementation for Neovim, built using Treesitter and written in Lua.
- 🟡 obaland/vfiler.vim 📁 File explorer plugin for Vim/Neovim
- 🟡 tjdevries/vlog.nvim Single file, no dependency, easy copy & paste log file to add to your neovim lua plugins
- 🔴 max397574/better-escape.nvim Escape from insert mode without delay when typing
- 🟠 Vonr/align.nvim A minimal plugin for NeoVim for aligning lines
- 🟡 iurimateus/luasnip-latex-snippets.nvim A port of Gilles Castel's UltiSnip snippets for LuaSnip.
- ⚫ sunjon/Shade.nvim An Nvim lua plugin that dims your inactive windows
- 🟤 giusgad/pets.nvim Display pets in your editor 🐱
- 🔴 anuvyklack/pretty-fold.nvim Foldtext customization in Neovim
- 🟡 mnabila/nvimrc vimrc for neovim written in lua
- ⚫ rafcamlet/nvim-luapad Interactive real time neovim scratchpad for embedded lua engine - type and watch!
- 🔴 edluffy/specs.nvim 👓 A fast and lightweight Neovim lua plugin to keep an eye on where your cursor has jumped.
- 🟤 feline-nvim/feline.nvim A minimal, stylish and customizable statusline for Neovim written in Lua
- 🟤 famiu/feline.nvim A minimal, stylish and customizable statusline for Neovim written in Lua
- 🔴 luukvbaal/nnn.nvim File manager for Neovim powered by nnn.
- 🔴 tami5/sqlite.lua SQLite LuaJIT binding with a very simple api.
- ⚫ hrsh7th/nvim-compe Auto completion Lua plugin for nvim
- ⚫ elihunter173/dirbuf.nvim A file manager for Neovim which lets you edit your filesystem like you edit text
- 🔴 hoschi/yode-nvim Yode plugin for NeoVim
- 🟠 Chaitanyabsprip/present.nvim Presentation plugin for neovim written in lua
- 🔴 lewis6991/impatient.nvim Improve startup time for Neovim
- 🟠 sitiom/nvim-numbertoggle Neovim plugin to automatically toggle between relative and absolute line numbers. Written in Lua.
- 🔴 luukvbaal/stabilize.nvim Neovim plugin to stabilize window open/close events.
- 🟠 barreiroleo/ltex_extra.nvim Provides external LTeX file handling (off-spec lsp) and other functions.
- 🟤 tzachar/highlight-undo.nvim Highlight changed text after Undo / Redo operations
- 🟠 chrishrb/gx.nvim Implementation of gx without the need of netrw
- 🟠 Manas140/Conscious Neovim config
- 🔴 ghillb/cybu.nvim Neovim plugin that offers context when cycling buffers in the form of a customizable notification window.
- 🟠 xiyaowong/coc-sumneko-lua Lua extension using sumneko lua-language-server for coc.nvim
- 🟤 miversen33/netman.nvim Neovim (Lua powered) Network Resource Manager
- ⚫ svermeulen/vimpeccable Neovim plugin that allows you to easily map keys directly to lua code inside your init.lua
- 🟤 andersevenrud/nvim_context_vt Virtual text context for neovim treesitter
- 🟤 haringsrob/nvim_context_vt Virtual text context for neovim treesitter
- 🟤 aaronhallaert/advanced-git-search.nvim Search your git history by commit message, content and author in Neovim
- 🔴 petertriho/cmp-git Git source for nvim-cmp
- 🟠 Iron-E/nvim-libmodal Create new "modes" for Neovim!
- ⚫ hkupty/nvimux Neovim as a TMUX replacement
- 🔴 ziontee113/color-picker.nvim A powerful Neovim plugin that lets users choose & modify RGB/HSL/HEX colors.
- 🟤 declancm/cinnamon.nvim Smooth scrolling for ANY movement command 🤯. A Neovim plugin written in Lua!
- 🟤 NTBBloodbath/cheovim Neovim configuration switcher written in Lua. Inspired by chemacs.
- 🟤 tamago324/lir.nvim Neovim file explorer
- 🟤 filipdutescu/renamer.nvim VS Code-like renaming UI for Neovim, writen in Lua.
- 🟤 fedepujol/move.nvim Gain the power to move lines and blocks and auto-indent them!
- 🟤 vijaymarupudi/nvim-fzf A Lua API for using fzf in neovim.
- 🔴 LeonHeidelbach/trailblazer.nvim TrailBlazer enables you to seemlessly move through important project marks as quickly and efficiently as possible to make your workflow blazingly fast ™.
- 🔴 glepnir/zephyr-nvim A dark neovim colorscheme written in lua
- 🔴 nvimdev/zephyr-nvim A dark neovim colorscheme written in lua
- 🟤 Rawnly/gist.nvim Neovim plugin that allows you to create a Github Gist from the current file
- 🟤 rawnly/gist.nvim Neovim plugin that allows you to create a Github Gist from the current file
- 🟠 NarutoXY/dim.lua Dim unused words in neovim
- 🟠 0oAstro/dim.lua Dim unused words in neovim
- ⚫ nvim-lua/completion-nvim A async completion framework aims to provide completion to neovim's built in LSP written in Lua
- ⚫ 0xsamrath/kyoto.nvim kyoto.nvim is a functional, beautiful, and highly customizable neovim configuration
- ⚫ samrxth/kyoto.nvim kyoto.nvim is a functional, beautiful, and highly customizable neovim configuration
- 🟤 AstroNvim/user_example An example user configuration with a split up structure
- 🔴 hrsh7th/cmp-nvim-lua nvim-cmp source for nvim lua
- 🟤 potamides/pantran.nvim Use your favorite machine translation engines without having to leave your favorite editor.
- 🔴 matbme/JABS.nvim Just Another Buffer Switcher for Neovim
- 🟤 gennaro-tedesco/nvim-possession 📌 the no-nonsense session manager
- 🔴 ekickx/clipboard-image.nvim Neovim Lua plugin to paste image from clipboard.
- 🟤 tomiis4/hypersonic.nvim A Neovim plugin that provides an explanation for regular expressions.
- 🟤 dhruvmanila/telescope-bookmarks.nvim A Neovim plugin to open your browser bookmarks right from the editor!
- 🟤 dhruvmanila/browser-bookmarks.nvim A Neovim plugin to open your browser bookmarks right from the editor!
- 🔴 gennaro-tedesco/nvim-peekup 👀 dynamically interact with vim registers
- 🔴 gennaro-tedesco/nvim-jqx Populate the quickfix with json entries
- ⚫ b0o/mapx.nvim 🗺 A better way to create key mappings in Neovim
- 🟤 beauwilliams/statusline.lua A zero-config minimal statusline for neovim written in lua featuring awesome integrations and blazing speed!
- 🔴 Bekaboo/deadcolumn.nvim A neovim plugin that shows colorcolumn dynamically
- ⚫ toppair/reach.nvim Buffer, mark, tabpage, colorscheme switcher for Neovim
- 🔴 kevinhwang91/nvim-fundo Forever undo in Neovim
- 🔴 p00f/nvim-ts-rainbow Rainbow parentheses for neovim using tree-sitter. Use https://sr.ht/~p00f/nvim-ts-rainbow instead
- ⚫ tjdevries/nlua.nvim Lua Development for Neovim
- 🟤 Furkanzmc/zettelkasten.nvim A Vim Philosophy Oriented Zettelkasten Note Taking Plugin
- 🔴 james1236/backseat.nvim A neovim plugin that uses GPT to highlight and explain code readability issues
- 🔴 jvgrootveld/telescope-zoxide An extension for telescope.nvim that allows you operate zoxide within Neovim.
- ⚫ tjdevries/express_line.nvim WIP: Statusline written in pure lua. Supports co-routines, functions and jobs.
- 🟤 eddyekofo94/gruvbox-flat.nvim Another attempt of a flat Gruvbox theme for Neovim
- 🔴 Everblush/everblush.nvim A port of everblush.vim but written in lua
- 🔴 Everblush/nvim A port of everblush.vim but written in lua
- ⚫ Yazeed1s/oh-lucy.nvim Inspired by oh-lucy theme in vscodium, with few tweaks!
- 🟤 uga-rosa/cmp-dictionary A dictionary completion source for nvim-cmp
- 🔴 bfredl/nvim-luadev REPL/debug console for nvim lua plugins
- 🔴 rmagatti/session-lens A session-switcher extension for rmagatti/auto-session using Telescope.nvim
- 🔴 miversen33/import.nvim A safe require override with niceties
- 🟤 nyngwang/NeoZoom.lua A simple usecase of floating window to help you focus.
- ⚫ pianocomposer321/yabs.nvim Yet Another Build System/Code Runner for Neovim, written in lua
- 🔴 David-Kunz/jester A Neovim plugin to easily run and debug Jest tests
- 🟤 shortcuts/neovim-plugin-boilerplate 🔌 Plug and play Neovim plugin boilerplate with pre-configured CI, CD, linter, docs and tests.
- 🔴 ixahmedxi/trashvim The trashiest of neovim lua configs for the one and only trash_dev. 🗑
- 🟤 samodostal/image.nvim 🖼️ Image Viewer as ASCII Art for Neovim written in Lua
- 🟤 utilyre/sentiment.nvim Enhanced matchparen.vim plugin for Neovim
- 🔴 jedrzejboczar/toggletasks.nvim Neovim task runner: JSON/YAML + toggleterm.nvim + telescope.nvim
- 🟤 projekt0n/caret.nvim [WIP] The timeless colorscheme for neovim text editor.
- 🔴 Yagua/nebulous.nvim Minimalist Collection of Colorschemes for Neovim Written in Lua
- 🔴 NTBBloodbath/doom-one.nvim doom-emacs' doom-one Lua port for Neovim
- 🔴 alvarosevilla95/luatab.nvim Tabline lua plugin for neovim
- 🔴 ziontee113/neo-minimap Plugin for Neovim that lets you create your own "minimap" from Treesitter Queries or Vim Regex.
- 🔴 Darazaki/indent-o-matic Dumb automatic fast indentation detection for Neovim written in Lua
- ⚫ onsails/diaglist.nvim Live render workspace diagnostics in quickfix with current buf errors on top, buffer diagnostics in loclist
- 🔴 CosmicNvim/cosmic-ui Cosmic-UI is a simple wrapper around specific vim functionality. Built in order to provide a quick and easy way to create a Cosmic UI experience with Neovim!
- ⚫ norcalli/nvim-terminal.lua A high performance filetype mode for Neovim which leverages conceal and highlights your buffer with the correct color codes.
- 🔴 AckslD/nvim-trevJ.lua Nvim-plugin for doing the opposite of join-line (J) of arguments, powered by treesitter
- ⚫ 0oAstro/silicon.lua Beautiful code snippet images right in the most epic editor :chef_kiss:
- ⚫ NarutoXY/silicon.lua Beautiful code snippet images right in the most epic editor :chef_kiss:
- ⚫ alec-gibson/nvim-tetris Bringing emacs' greatest feature to neovim - Tetris!
- 🔴 andersevenrud/nordic.nvim A nord-esque colorscheme for neovim
- 🟤 shaunsingh/solarized.nvim Port of the Solarized colorscheme for vim, written in lua, with treesitter support.
- ⚫ David-Kunz/treesitter-unit A Neovim plugin to deal with treesitter units
- 🔴 yioneko/nvim-yati Yet another tree-sitter powered indent plugin for Neovim.
- 🟤 itsuki0927/SkCode SkCode = neovim + lua + vscode
- 🔴 princejoogie/dir-telescope.nvim Perform telescope functions in a selected directory
- 🟤 uga-rosa/translate.nvim Use any external translate command/API in nvim.
- ⚫ hoppercomplex/calvera-dark.nvim Calvera Dark Colorscheme for Neovim written in Lua with built-in support for native LSP, TreeSitter and many more plugins
- ⚫ yashguptaz/calvera-dark.nvim Calvera Dark Colorscheme for Neovim written in Lua with built-in support for native LSP, TreeSitter and many more plugins
- ⚫ hoprr/calvera-dark.nvim Calvera Dark Colorscheme for Neovim written in Lua with built-in support for native LSP, TreeSitter and many more plugins
- 🔴 kazhala/close-buffers.nvim 📑 Delete multiple vim buffers based on different conditions
- ⚫ jacobsimpson/nvim-example-lua-plugin A simple Neovim Lua plugin using the Lua embedded in Neovim, suitable as a template.
- ⚫ ishan9299/modus-theme-vim Port of modus-themes in neovim
- 🟤 charludo/projectmgr.nvim Quickly switch between projects and automate startup tasks.
- ⚫ RishabhRD/nvim-cheat.sh cheat.sh integration for neovim in elegant way
- 🟤 kvrohit/rasmus.nvim A color scheme for Neovim
- 🟤 tamton-aquib/flirt.nvim A neovim plugin to work with floating windows.
- 🔴 projekt0n/circles.nvim uniform icons for neovim
- 🔴 fgheng/winbar.nvim winbar config for neovim
- ⚫ kvrohit/substrata.nvim A cold, dark color scheme for Neovim
- ⚫ winston0410/commented.nvim Neovim commenting plugin in Lua. Support operator, motions and more than 60 languages! 🔥
- ⚫ max397574/NeovimConfig This are my neovim configurations. https://github.com/max397574/omega-nvim is more up to date
- ⚫ max397574/ignis-nvim This are my neovim configurations. https://github.com/max397574/omega-nvim is more up to date
- 🟤 jose-elias-alvarez/typescript.nvim A Lua plugin, written in TypeScript, to write TypeScript (Lua optional).
- ⚫ s1n7ax/nvim-terminal A Lua-Neovim plugin that toggles a terminal
- 🟤 andersevenrud/cmp-tmux Tmux completion source for nvim-cmp and nvim-compe
- 🔴 molleweide/LuaSnip-snippets.nvim Neovim plugin that provides snippets for the LuaSnip plugin.
- 🟤 nvim-lua/nvim-lua-plugin-template A starter template for a Neovim plugin written in Lua
- ⚫ AckslD/nvim-revJ.lua Nvim-plugin for doing the opposite of join-line (J) of arguments written in lua.
- 🔴 David-Kunz/cmp-npm An additional source for nvim-cmp to autocomplete packages and its versions
- ⚫ monsonjeremy/onedark.nvim OneDark NeoVim theme written in Lua
- 🟤 NFrid/due.nvim Neovim plugin for displaying due dates
- 🟤 nfrid/due.nvim Neovim plugin for displaying due dates
- 🟤 tjdevries/tree-sitter-lua Neovim Tree Sitter Lua Grammar & Library
- ⚫ hackorum/nfs Neovim config from my Neovim Lua From Scratch playlist on YouTube
- ⚫ s1n7ax/nvim-comment-frame Detects the language using treesitter and adds a comment block
- ⚫ kabouzeid/nvim-lspinstall Provides the missing :LspInstall for nvim-lspconfig
- ⚫ tsbohc/zest.nvim macros to configure neovim in fennel
- 🔴 rlch/github-notifications.nvim Statusline + Telescope integration for viewing and interacting with GitHub notifications
- ⚫ RishabhRD/popfix Neovim lua API for highly extensible popup window
- ⚫ AckslD/nvim-whichkey-setup.lua Nvim-plugin what wraps vim-which-key to simplify setup in lua
- ⚫ jaawerth/fennel-nvim running fennel-lang natively in neovim
- ⚫ oberblastmeister/neuron.nvim Make neovim the best note taking application
- 🟤 LinArcX/telescope-command-palette.nvim Create key-bindings and watch them with telescope 🔭
- 🟤 ethanholz/nvim-lastplace A Lua rewrite of vim-lastplace
- 🟤 askfiy/nvim An excellent Neovim configuration, which is as powerful as Vscode, is lightning fast ⚡
- ⚫ ful1e5/onedark.nvim Atom's iconic One Dark theme for Neovim, written in Lua
- 🔴 jameshiew/nvim-magic :genie: Pluggable framework for using AI code assistance in Neovim
- 🟤 s1n7ax/dotnvim Neovim Lua configuration pre-configured for Java, JavaScript, Typescript etc...
- 🟤 brymer-meneses/grammar-guard.nvim Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.
- 🟤 nvoid-lua/nvoid nvim with lua is cool
- ⚫ Theory-of-Everything/nii-nvim A minimal neovim configuration
- ⚫ ur4ltz/surround.nvim A surround text object plugin for neovim written in lua. (Fork from blackCauldron7/surround.nvim)
- ⚫ AlphaTechnolog/pywal.nvim pywal.nvim is a reimplementation of pywal.vim to support a few lua plugins like nvim-tree, telescope, bufferline, etc
- ⚫ B4mbus/oxocarbon-lua.nvim A lua rewrite of the original oxocarbon theme.
- ⚫ nekonako/xresources-nvim 🎨 Neovim colorscheme based on your xresources color
- ⚫ ahmedkhalf/lsp-rooter.nvim lsp-rooter.nvim is a neovim plugin written in lua to change the current working directory to the project's root directory automagically using nvim native lsp.
- ⚫ jose-elias-alvarez/buftabline.nvim A low-config, minimalistic buffer tabline Neovim plugin written in Lua.
- 🟤 neovim/lua-client DEPRECATED
- ⚫ nvim-treesitter/highlight.lua a neovim syntax highlighter using treesitter
MPV
- 🟢 422658476/MPV-EASY-Player MPV-EASY Player - An easy to use, modern video player based on mpv (一个基于MPV,易于使用,现代化的视频播放器)
- 🟢 Ajatt-Tools/mpvacious Adds mpv keybindings to create Anki cards from movies and TV shows.
- ⚪ occivink/mpv-scripts Various scripts for mpv
- 🟢 Eisa01/mpv-scripts This repository contain scripts I have made for mpv media player...
- 🟢 jonniek/mpv-playlistmanager Mpv lua script to create and manage playlists
- 🟡 Zabooby/mpv-config Personal mpv config files aiming to get the best quality and viewing experience
- 🟡 occivink/mpv-gallery-view Gallery-view scripts for mpv
- 🟤 TheAMM/mpv_thumbnail_script A Lua script to show preview thumbnails in mpv's OSC seekbar, sans external dependencies
- 🔴 davidde/mpv-autosub Fully automatic subtitle downloading for the MPV media player
- 🔴 occivink/mpv-image-viewer Configuration, scripts and tips for using mpv as an image viewer
- ⚫ Argon-/mpv-stats Display file statistics in mpv.
- 🔴 jonniek/mpv-scripts A collection of mpv scripts
- 🟤 mfcc64/mpv-scripts mpv lua scripts
- ⚫ cniw/mpv-discordRPC Discord Rich Presence integration for mpv Media Player
- ⚫ wiiaboo/mpv-scripts Scripts I've made or adapted from others
- ⚫ rossy/mpv-repl A graphical REPL for mpv input commands
Vim
- ⚪ zbirenbaum/copilot.lua Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
- ⚪ ibhagwan/fzf-lua Improved fzf.vim written in lua
- 🟢 shaeinst/roshnivim neovim as an IDE
- 🟡 tjdevries/vim9jit a vim9script -> lua transpiler (written in Rust)
- 🟡 archibate/vimrc my personal vim configurations
- 🔴 dbalatero/VimMode.spoon Adds vim keybindings to all OS X inputs
- ⚫ katono/rogue.vim Porting of Rogue-clone II for Vim
- ⚫ xolox/vim-lua-inspect Semantic highlighting for Lua in Vim
Other
- ⚪ nmap/nmap Nmap - the Network Mapper. Github mirror of official SVN repository.
- 🟡 awesomeWM/awesome awesome window manager
- 🟠 lcpz/awesome-copycats Awesome WM themes
- 🟤 scipag/vulscan Advanced vulnerability scanning with Nmap NSE
- ⚪ abzcoding/lvim 🧑🚀 Bloated LunarVim 🚀
- ⚪ vicious-widgets/vicious Vicious is a modular widget library for the "awesome" window manager.
- 🟡 Crylia/crylia-theme A theme for AwesomeWM
- 🟢 Open-Markets-Initiative/wireshark-lua Source generated cross platform Wireshark dissectors
- 🟤 WillPower3309/awesome-dotfiles Dotfiles for awesome people using the awesomewm linux environment
- 🟤 lcpz/lain Awesome WM complements
- ⚫ cldrn/nmap-nse-scripts My collection of nmap NSE scripts
- 🟤 ChristianChiarulli/lvim My config for LunarVim
- ⚫ 128technology/protobuf_dissector A Wireshark Lua plugin for decoding Google protobuf packets
- ⚫ 4ban/awesome-ban Awesome WM 4.x theme configs
- ⚫ pltanton/net_widgets Network widgets for Awesome WM
- 🔴 suconakh/awesome-awesome-rc Modularized AwesomeWM rc.lua
- 🔴 foggyspace/NsePocsuite-lua 网络摄像头漏洞检测脚本.Nmap (Nse Nmap script engine)
- ⚫ scipag/httprecon-nse Advanced web server fingerprinting for Nmap
- ⚫ jamores/eth-ws-someip Automotive Ethernet SOME/IP-SD Wireshark LUA dissectors (Autosar 4.2)
- ⚫ MArpogaus/awesome-ayu Minimalistic awesome window manager theme using the gorgeous ayu color palette.
🎮 Game development
love2d
- ⚪ 1bardesign/batteries Reusable dependencies for games made with lua (especially with love)
- 🟢 love2d-community/love-api The whole LÖVE wiki in a Lua table.
- 🟡 groverburger/g3d Simple and easy 3D engine for LÖVE.
- 🔴 LIKO-12/LIKO-12 LIKO-12 is an open source fantasy computer made using LÖVE
- 🟤 games50/pong Atari's 1972 classic, implemented in Lua with LÖVE
- 🟡 Overtorment/NoobHub 🌐🔥 Network multiplayer and messaging for CoronaSDK, Moai, Gideros, LÖVE & Defold
- 🟤 picolove/picolove PICO-8 Reimplementation in Love2D. Chat: https://discord.gg/jGEMUse6RM
- ⚫ Planimeter/game-engine-2d Planimeter Game Engine 2D - LÖVE-based game engine for Lua
- 🟠 kikito/love-loader Threaded resource loading for LÖVE
- ⚫ MisterDA/love-release 💌 Lua script that makes LÖVE game release easier
- ⚫ lovetoys/lovetoys 🍌 a full-featured Entity-Component-System framework for making games with lua
- 🟤 rxi/lurker Auto-swaps changed Lua files in a running LÖVE project
- ⚫ paulofmandown/rotLove Roguelike Toolkit in Love. A Love2D/lua port of rot.js
- ⚫ tanema/light_world.lua A lighting model made for love 2d
- 🟤 Kadoba/Advanced-Tiled-Loader Imports Tiled maps into Lua for the LÖVE game engine. (NO LONGER IN DEVELOPMENT)
- ⚫ camchenry/sock.lua A Lua networking library for LÖVE games.
- ⚫ matiasah/shadows Shädows - A Shadows & Lights engine for löve
- ⚫ kyleschaub/udemy-love2d Full source code for all projects from my course on Lua and Love2D
- ⚫ piXelicidio/locas-ants A modern Lua+Löve2D remake of my Ant Colony Simulation
- 🔴 rozenmad/Menori Library for 3D rendering with LÖVE.
- 🔴 HTV04/funkin-rewritten Optimized rewrite of Friday Night Funkin' built on LÖVE
- ⚫ MikuAuahDark/lily LÖVE Async Asset Loader
- ⚫ wilhantian/catui A very light-weight GUI library for the Löve2D
- ⚫ arthurealike/turtle.lua Turtle graphics library for LÖVE.
- 🟤 DarkEnergyProcessor/livesim2 Love Live! School Idol Festival Live Simulator
- 🟤 DarkEnergyProcessor/livesim2_async Love Live! School Idol Festival Live Simulator
- ⚫ Jigoku/boxclip 2D platformer engine using LÖVE and Lua
- ⚫ superzazu/denver.lua a simple library to help you play custom waveforms with LÖVE
- ⚫ ttwings/wuxiaLove2d 武侠与江湖 养成类武侠游戏
- ⚫ love2d-community/splashes A collection of splash screens for LÖVE
- ⚫ a327ex/windfield Physics module for LÖVE
- ⚫ LukeZGD/DDLC-LOVE An unofficial Doki Doki Literature Club port to Lua for the PS Vita and other game consoles
- ⚫ a327ex/STALKER-X Camera module for LÖVE
- ⚫ a327ex/boipushy Input module for LÖVE
GTA V
- ⚪ xhcherry/GTA5-Stand-LuaAIO GTA5 Mod Stand Lua All in One;含综合、任务、crash、模组、娱乐等多种standlua于一体的存储库
- ⚪ AmirrezaJaberi/FIREAC ✅ FiveM Strongest Anticheat
- 🟢 mkafrin/PolyZone PolyZone is a FiveM mod to define zones of different shapes and test whether a point is inside or outside of the zone
- 🟡 alp1x/um-idcard 🪪this is a FiveM script that generates identity cards with mugshots and metadata, specifically designed to be compatible with QBCore,ESX,QBox.
- ⚫ ThymonA/menuv FiveM menu library for creating menu's with NUI
- ⚫ pablo-1610/ncs_core A powerful, optimized but above all open-source FiveM RolePlay core under developement by the community, for the community.
- ⚫ NextCitizens/ncs_core A powerful, optimized but above all open-source FiveM RolePlay core under developement by the community, for the community.
- ⚫ PabloCodingg/ncs_core A powerful, optimized but above all open-source FiveM RolePlay core under developement by the community, for the community.
- ⚫ xchopin/FiveM-RP-Boilerplate 🔫 Boilerplate for FiveM Roleplay servers. Save time and focus on your real project.
Roblox
- ⚪ rojo-rbx/rojo Rojo enables Roblox developers to use professional-grade software engineering tools
- ⚪ evaera/Cmdr Extensible command console for Roblox developers
- ⚪ Quenty/NevermoreEngine ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox
- ⚪ Roblox/rodux A state management library for Roblox Lua inspired by Redux
- 🟢 NightrainsRbx/RobloxLsp Roblox Luau Language Server based on Lua by sumneko.
- 🟢 Roblox/roact A view management library for Roblox Lua similar to React
- 🟠 evaera/roblox-lua-promise Promise implementation for Roblox
- 🟡 Roblox/testez BDD-style test and assertion library for Roblox Lua
- 🟠 Roblox/roact-rodux A connector between Roact and Rodux, similar to react-redux
- 🟤 Kampfkarren/Roblox Scripts and stuff I wrote for Roblox. Documentation is little to none as these are just stuff I took from my game that I thought I could share.
- 🔴 osyrisrblx/t A Runtime Typechecker for Roblox
- 🟤 PY44N/Lua-Obfuscator A Lua Obfuscator made for Roblox, but should work on most Lua applications
Garry's Mod
- ⚪ JonnyBro/beatrun Fork of infamous parkour addon for Garry's Mod
- ⚪ CapsAdmin/pac3 advanced avatar customization for garrysmod
- ⚪ thegrb93/StarfallEx Starfall, but with active development and more features. Write Garry's mod chips similar to E2, but in lua
- 🟢 robotboy655/gmod-lua-menu A Lua powered ( No HTML ) main menu for Garry's Mod.
- 🟢 TeamUlysses/ulx ULX: A powerful administration addon for Garry's Mod
- 🟡 TeamUlysses/ulib ULib: A Lua library for more rapid development on Garry's Mod servers
- ⚫ pixeltailgames/cinema 🎥 Gamemode for Garry's Mod featuring multiplayer video streaming
- ⚫ unkperson/player-model-changer 💉: gamesense lua script to change local player model
- ⚫ handsomematt/3d2d-vgui 👀 Render and control 2D VGUI in 3D world space for Garry's Mod
World Of Warcraft
- ⚪ WeakAuras/WeakAuras2 World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
- ⚪ shagu/pfUI A User Interface Replacement for World of Warcraft: Vanilla & TBC
- ⚪ shagu/pfQuest A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC
- ⚪ EsreverWoW/ShestakUI_Classic ShestakUI for Wrath Classic (3.4.3), Burning Crusade Classic (2.5.4), and WoW Classic (1.15.0)
- ⚪ seblindfors/ConsolePort ConsolePort - Game Controller Addon for World of Warcraft
- 🟢 AdiAddons/AdiBags WoW Addon — Adirelle's bag addon.
- 🟢 RealUI/RealUI A minimalistic UI for World of Warcraft designed to be functional, yet also efficient and elegant.
- 🟢 Ketho/BlizzardInterfaceResources Development resources from World of Warcraft
- 🟢 wardz/ClassicCastbars [WoW] Customizable castbars for Classic, TBC, Wrath and Retail.
- 🟡 oUF-wow/oUF WoW AddOn - Unit frame framework.
- 🟡 Ellypse/IntelliJ-IDEA-Lua-IDE-WoW-API WoW Lua API to use with the Lua IDE plugin for IntelliJ IDEA
- 🟤 ElvUI-WotLK/ElvUI ElvUI for World of Warcraft - Wrath of the Lich King (3.3.5a)
- 🟤 Aviana/LunaUnitFrames Unit Frames for WoW Classic
- ⚫ DengSir/tdBattlePetScript Battle pet combat script for wow.
- ⚫ Aviana/YaHT Yet another Hunter Timer for WoW Classic
- ⚫ ElvUI-TBC/ElvUI ElvUI for World of Warcraft - The Burning Crusade (2.4.3)
- ⚫ ElvUI-Vanilla/ElvUI ElvUI for World of Warcraft - Vanilla (1.12.1)
Other
- 🟢 NobleRobot/NobleEngine A li'l game engine for Playdate.
- 🔴 yuanfengyun/qipai_algorithm 棋牌的胡牌算法,包括麻将、跑胡子、扑克。实现 lua 、c++ 、c# 、golang 、js 、java 、python 版本。( Mahjong algorithm )
- 🔴 yuanfengyun/q_algorithm 棋牌的胡牌算法,包括麻将、跑胡子、扑克。实现 lua 、c++ 、c# 、golang 、js 、java 、python 版本。( Mahjong algorithm )
- ⚪ adamqqqplay/dota2ai Ranked Matchmaking AI: An improved Dota2 AI based on Valve's default AI. Has more than 3 million subscribers on Steam.
- 🟢 wube/factorio-data Tracks changes of the lua prototype definitions in factorio inbetween releases.
- ⚫ liuhaopen/UnityMMO an unity mmo demo, base on ecs(game play), xlua(ui)
- 🟢 CelestialCartographers/Loenn A Visual Map Maker and Level Editor for the game Celeste but better than the other one
- 🟢 Elfansoer/dota-2-lua-abilities A repository for creating Dota 2 Lua abilities.
- 🔴 Gigoteur/UnicornConsole Unicorn Console: create quick fantasy game in Rust/Python/Lua/Rhai/Wasm !
- ⚫ Planimeter/grid-sdk Planimeter Game Engine 2D - LÖVE-based game engine for Lua
- 🟠 zeta0134/LuaGB A gameboy emulator written in pure Lua. Work in progress.
- ⚫ Yonaba/Jumper Fast, lightweight and easy-to-use pathfinding library for grid-based games
- 🟠 sniper00/MoonDemo moon game server的一个使用示例,搭建简单的房间类游戏服务器框架
- 🔴 Kamikaze94/WolfHUD Payday 2 HUD
- 🔴 tickbh/tunm game server for Rust + Lua
- 🔴 CapsAdmin/goluwa game engine and framework written in luajit
- ⚫ Afforess/Factorio-Stdlib Factorio Standard Library Project
- ⚫ nidorx/ecs-lua ECS Lua is a fast and easy to use ECS (Entity Component System) engine for game development.
- ⚫ SiENcE/astray Astray is a lua based maze, room and dungeon generation library for dungeon crawlers and rougelike video games
- 🔴 Dragosha/slasher-prototype Defold. Lua. Game prototype. 2.5D perspective view. Levels loader, a hero controller, simple monsters logic.
- ⚫ VolatilePulse/PoB-Item-Tester AHK and Lua script to automate comparing PoE items from in game or trade sites against your current build with the power of PoB
- ⚫ hiwoshixiaoyu/FruitSlot 老虎机,水果机,游戏,cocos2d-lua,go网络版水果机
- 🟤 mcclure/emu-coop Lua scripts for turning 1-player games into 2-player games using inventory sharing.
- ⚫ Eroica-cpp/dota2scripts Lua scripts for DotA2.
- ⚫ AzureeDev/payday-2-luajit Decompiled Lua of PAYDAY 2.
- ⚫ mwSora/payday-2-luajit Decompiled Lua of PAYDAY 2.
- ⚫ cocos-creator/creator-lua-deprecated Cocos Creator 的 Lua 支持
📦 Storages
Redis
- 🟡 nrk/redis-lua A Lua client library for the redis key value storage system.
- ⚫ RedisLabs/geo.lua A helper library for Redis geospatial indices
- ⚫ RedisLabs/redis-lua-debugger A Redis Lua script for debugging Redis Lua scripts
SQL*
- 🔴 kkharji/sqlite.lua SQLite LuaJIT binding with a very simple api.
- ⚫ itdxer/4DaysORM Lua 4Days ORM for sqlite3 and mysql
Tarantool
- ⚪ tarantool/tarantool Get your data in RAM. Get compute close to data. Enjoy the performance.
- ⚪ tarantool/queue Create task queues, add and take jobs, monitor failed tasks
- ⚫ mailru/tntlua Tarantool 1.5 Lua stored procedures
😕 Unsorted
- ⚪ apache/apisix The Cloud-Native API Gateway
- 🟢 lite-xl/lite-xl A lightweight text editor written in Lua
- 🟤 rxi/lite A lightweight text editor written in Lua
- 🟢 skywind3000/z.lua ⚡ A new cd command that helps you navigate faster by learning your habits.
- ⚪ sile-typesetter/sile The SILE Typesetter — Simon’s Improved Layout Engine
- ⚪ jgm/djot A light markup language
- 🟢 starwing/lua-protobuf A Lua module to work with Google protobuf
- ⚪ orbitalquark/textadept Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
- 🟢 emmericp/MoonGen MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates. It also features precise and accurate timestamping and rate control.
- ⚪ freifunk-gluon/gluon a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
- ⚪ esx-framework/esx-legacy Official Repo For core resources for esx-legacy
- ⚪ esx-framework/esx_core Official Repo For core resources for esx-legacy
- 🟢 huajiqaq/Hydrogen 一个基于androlua+开发的第三方知乎安卓客户端
- ⚪ BeamMP/BeamMP A Lua implementation at attempting to bring local network multiplayer to BeamNG.drive
- ⚪ LandSandBoat/server ⛵ LandSandBoat - a server emulator for Final Fantasy XI. Just an X-34 landspeeder out for a drive.
- ⚪ FlightControl-Master/MOOSE Mission Object Oriented Scripting Environment (MOOSE) for lua mission scripting design in DCS World
- ⚫ facebookresearch/fairseq-lua Facebook AI Research Sequence-to-Sequence Toolkit
- ⚪ DeadlyBossMods/DBM-Retail The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
- 🟢 vladimir-kotikov/clink-completions Completion files to clink util
- 🟢 TACC/Lmod Lmod: An Environment Module System based on Lua, Reads TCL Modules, Supports a Software Hierarchy
- ⚪ Qsgs-Fans/FreeKill Sanguosha (a.k.a. Legend of Three Kingdoms, LTK) written in Qt and Lua.
- ⚪ FAForever/fa Lua code for FAF
- ⚪ zzamboni/dot-hammerspoon My personal Hammerspoon configuration - mirrored from GitLab
- ⚪ mogenson/PaperWM.spoon Tiled scrollable window manager for MacOS
- ⚪ Jaliborc/Bagnon Single window displays for you items
- ⚪ tullamods/Bagnon Single window displays for you items
- 🟢 Windower/Lua Lua Addons and Scripts
- ⚪ besteon/Ironmon-Tracker A Lua script for the Bizhawk/mGBA emulator compatible with Pokemon Fire Red, Leaf Green, Ruby, Sapphire, and Emerald that tracks relevant data for the IronMon challenge.
- ⚪ X-Raym/REAPER-ReaScripts X-Raym's Free and Open Source Scripts for Cockos REAPER.
- ⚪ megalithic/dotfiles 🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
- ⚪ esoui/esoui ESOUI is the Lua source code of the ZenimaxOnline's MMORPG "The Elder Scrolls Online"
- 🔴 kiccer/Soldier76 PUBG - 罗技鼠标宏 | 兴趣使然的项目,完虐收费宏!点个Star支持一下作者![PUBG - Logitech mouse macro | Support 12 kinds of guns without recoil!]
- ⚪ Grouflon/3rd_training_lua Training mode for Street Fighter III 3rd Strike (Japan 990512), on Fightcade
- ⚫ a327ex/BYTEPATH A replayable arcade shooter with a focus on build theorycrafting.
- ⚪ SavedInstances/SavedInstances Addon that keeps track of the instance/raid lockouts saved against your characters, and related currencies and cooldowns.
- 🟡 betaflight/betaflight-tx-lua-scripts Collection of scripts to configure Betaflight from your TX (currently only supported in OpenTx)
- ⚪ kepler155c/opus ComputerCraft OS
- ⚪ koreader/koreader-base Base framework offering a Lua scriptable environment for creating document readers
- ⚪ Tieske/uuid A pure Lua uuid generator (modified from a Rackspace module)
- ⚪ libvips/lua-vips Lua binding for the libvips image processing library
- 🟡 Hammerspoon/Spoons The official repository of Spoon plugins
- ⚪ DeadlyBossMods/DBM-Classic The ultimate encounter helper (for Classic) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
- ⚪ Ismoh/NoitaMP WIP! Not working, atm! NoitaMP, Noita Multiplayer: First synchronous multiplayer mod for Noita!
- ⚪ amireh/lua_cliargs A command-line argument parsing module for Lua.
- ⚫ a327ex/SNKRX A replayable arcade shooter where you control a snake of heroes.
- ⚪ kektram/Keks-menu Kek's menu is a 2take1 lua script that's focused on utilities and trolling.
- ⚪ helderberto/dotfiles ⚙️ Setup a macOS environment quickly and easily!
- ⚪ rrpgfirecast/firecast OpenSource side of RRPG Firecast =)
- 🟡 yaapu/FrskyTelemetryScript A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
- 🟢 cloudwu/lua-bgfx Yet another bgfx lua binding
- 🟢 freeioe/freeioe An edge-computing framework for Industrial Internet of Things 开源的边缘计算网关框架. 讨论群: 291292378
- 🟢 sonoro1234/LuaJIT-ImGui LuaJIT ffi binding for imgui, backends and extension widgets
- 🟢 iNavFlight/OpenTX-Telemetry-Widget INAV Lua Telemetry with support for EdgeTX
- 🟢 pkulchenko/ZeroBraneEduPack A collection of simple lessons, scripts, and demos in Lua, suitable for learning programming concepts.
- 🟡 libremesh/lime-packages OpenWrt packages composing LibreMesh meta-firmware for wireless mesh networking
- 🟢 MINIONBOTS/FFXIVMinion The LUA-Bot-Module for FFXIVMinion, from MMOMinion.com
- 🟢 potamides/dotfiles My personal dotfiles for most of the programs I use on a daily basis.
- 🟠 kikito/bump.lua A collision detection library for Lua
- 🟤 zbirenbaum/copilot-cmp Lua plugin to turn github copilot into a cmp source
- ⚫ cardwing/Codes-for-Lane-Detection Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
- 🟢 huyvohcmc/dotfiles ...
- ⚫ OpenNMT/OpenNMT Open Source Neural Machine Translation in Torch (deprecated)
- 🟢 multitheftauto/mtasa-resources This project maintains a list of up-to-date resources that come with Multi Theft Auto.
- 🟢 zhandouxiaojiji/behavior3lua behavior tree for lua
- 🟡 hackerhouse-opensource/OffensiveLua Offensive Lua.
- 🟢 tullamods/OmniCC Cooldown count for everything
- 🟡 TSnake41/raylib-lua A modern LuaJIT binding for Raylib (also available at https://gitlab.com/TSnake41/raylib-lua)
- 🟢 tullamods/Dominos A main actionbar replacement
- 🟢 mthnglac/dotfiles This is what I use to get things done!
- 🟡 lite-xl/lite-xl-lsp LSP Plugin for Lite XL editor
- 🟡 TorchedSammy/dotfiles 🌺
- 🟠 CommandPost/CommandPost Workflow Enhancements for Creatives
- 🟡 Isotarge/ScriptHawk A collection of Lua scripts and RAM watches for BizHawk.
- 🟠 stijnwop/guidanceSteering Guidance Steering (AutoTrack) for Farming Simulator 22.
- ⚫ sean-lin/protoc-gen-lua Google's Protocol Buffers project, ported to Lua
- 🔴 bakpakin/tiny-ecs ECS for Lua
- 🟡 ittner/lua-iconv Lua bindings for POSIX iconv
- 🟤 vsergeev/luaradio A lightweight, embeddable software-defined radio framework built on LuaJIT
- 🟤 pandoc/lua-filters A collection of lua filters for pandoc
- 🟡 rgieseke/locco Locco is Docco in Lua.
- ⚫ andremm/typedlua An Optional Type System for Lua
- 🟠 cia76/QuikPy Библиотека-обертка, которая позволяет получить доступ к функционалу Quik из Python
- 🟡 KSDaemon/wiola WAMP implementation in Lua
- ⚫ gamesys/moonshine A lightweight Lua VM for the browser
- 🔴 apioak/apioak Full Lifecycle Management API Gateway.
- 🟠 Vallen217/dotfiles dotfiles; An expression of ones very soul.
- 🟠 KURANADO2/hammerspoon-kuranado Hammerspoon config(Support custom shortcut keys, emoji search, application shortcut switching, real-time network speed, key echo, etc.)
- ⚫ group-butler/GroupButler This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
- 🟠 moteus/lua-llthreads2
llthreads
library rewritten withoutLuaNativeObjects
code generator - 🟤 lgi-devs/lgi Dynamic Lua binding to GObject libraries using GObject-Introspection
- ⚫ leafo/magick Lua bindings to ImageMagick for LuaJIT using FFI
- 🔴 gilzoide/godot-lua-pluginscript Godot PluginScript for the Lua language, currently based on LuaJIT's FFI
- 🟠 astrochili/narrator The Ink language parser and runtime implementation in Lua
- ⚫ torhve/weechat-matrix-protocol-script A WeeChat script in Lua that implements the matrix.org chat protocol
- 🟤 kikito/lua_missions Lua Koans, minus the Zen stuff
- 🟤 ms-jpq/lua-async-await Async Await in 90 lines of code.
- ⚫ rxi/flux A fast, lightweight tweening library for Lua
- 🟢 Fizzadar/Luapress 📰 Static site/blog generator written in Lua.
- ⚫ tylerneylon/pacpac A lua-based Pac-Man clone.
- ⚫ libmoon/libmoon libmoon is a library for fast and flexible packet processing with DPDK and LuaJIT.
- ⚫ kyleconroy/lua-state-machine A finite state machine lua micro framework
- ⚫ aleju/face-generator Generate human faces with neural networks
- ⚫ Igalia/pflua Packet filtering in Lua
- ⚫ kingluo/luajit.io luajit io framework
- ⚫ teckel12/LuaTelemetry FrSky SmartPort(S.Port), D-series, F.Port and TBS Crossfire telemetry on all Taranis and Horus transmitters
- ⚫ 29988122/Fate-Grand-Order_Lua Fate Grand Order auto battle script - no root needed, for Android use only
- ⚫ meric/l2l Lisp is Lisp. Lua is Lua. Lisp and Lua as One.
- 🔴 letoram/safespaces 3D/VR Desktop built for Arcan
- ⚫ Neopallium/lua-pb Lua Protocol Buffers
- ⚫ lujian101/LuaTableOptimizer simple readonly lua table optimizer
- 🔴 tickbh/tdengine game server for Rust + Lua
- 🔴 renoise/xrnx The official Renoise Lua Scripting repository
- ⚫ arkav/lualine-lsp-progress LSP Progress lualine componenet
- 🔴 OTCv8/otclientv8 Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client
- 🔴 lua-stdlib/lua-stdlib General Lua libraries
- 🟤 mam91/neat-genetic-mario Update of Seth Bling's MarI/O
- ⚫ advanced-threat-research/CVE-2020-16898 CVE-2020-16898 (Bad Neighbor) Microsoft Windows TCP/IP Vulnerability Detection Logic and Rule
- 🔴 whatsthatsmell/dots Code Smell Dotfiles
- ⚫ torch/threads Threads for Lua and LuaJIT. Transparent exchange of data between threads is allowed thanks to torch serialization.
- 🟤 luvit/lit Toolkit for developing, sharing, and running luvit/lua programs and libraries.
- ⚫ zhaojh329/wifidog-ng Next generation WifiDog implemented in Lua.
- 🔴 pkulchenko/ZeroBranePackage Packages for ZeroBrane Studio (https://studio.zerobrane.com)
- ⚫ kikito/i18n.lua A very complete i18n lib for Lua
- ⚫ pygy/LuLPeg A port of LPeg 100% written in Lua.
- 🟠 nick-nh/qlua Quik Lua indicators
- ⚫ jevajs/Jeva A monorepo for code used in videos/tutorials for Jeva. Created and maintained by @thatziv
- ⚫ JaapBraam/LoRaWanGateway A LoRaWan Gateway in LUA
- ⚫ richardhundt/shine A Shiny Lua Dialect
- ⚫ zserge/lua-promises A+ promises in Lua
- ⚫ openLuat/Luat_2G_RDA_8955 Luat 2G开源项目,适用于Air202、Air800、Air201等,已经停止维护
- 🔴 Keyslam-Group/Concord A feature-complete ECS library
- 🔴 flingo64/PhotoStation-Upload-Lr-Plugin Photo StatLr (aka PhotoStation Upload) is a Lightroom Publish and Export Service Plugin that enables the export /publishing of photos and videos from Lr to a Synology Photo Station. It uploads the photos/videos and all required thumbnails. It can download comments and ratings and do a real two-way synch of various metadata (tags, ratings, labels).
- 🔴 gvvaughan/lyaml LibYAML binding for Lua.
- ⚫ liuhaopen/SkynetMMO a skynet implementation of MMO, server side of UnityMMO
- ⚫ pguillory/luajit-libuv LuaJIT FFI binding for libuv
- ⚫ posenhuang/NPMT Towards Neural Phrase-based Machine Translation
- ⚫ ZhiyuanLck/smart-pairs Ultimate smart pairs written in lua!
- ⚫ hanks-zyh/hydrogenApp hydrogen is a pluggable android app
- ⚫ nicknlsn/MarioKart64NEAT NEAT implementation in Lua for Mario Kart 64 and the BizHawk emulator
- ⚫ paulcuth/starlight A Lua to ES6 transpiler.
- ⚫ nvonahsen/jitsi-token-moderation-plugin Lua plugin for jitsi which determines whether users are moderator or not based on token contents
- 🔴 swkeep/keep-companion Qbcore pet system
- 🟤 Creckeryop/NOBORU Application for PlayStation Vita to read manga or comics
- ⚫ zrong/lua A lua library by zengrong.net
- ⚫ lefcha/concurrentlua Concurrency oriented programming in Lua
- 🔴 symphony-of-empires/symphony-of-empires Symphony of the Empires is a RTS strategy game and map game.
- ⚫ Stepets/utf8.lua pure-lua 5.3 regex library
- ⚫ silentbicycle/tamale TAble MAtching Lua Extension - An Erlang-style pattern-matching library for Lua
- 🟤 xopxe/lumen Lua Multitasking Environment.
- ⚫ flwmxd/MapleStory-Porting MapleStory implementation build with early stage MapleEngine
- ⚫ flwmxd/PharaohStroy MapleStory implementation build with early stage MapleEngine
- ⚫ stevedonovan/LuaMacro An extended Lua macro preprocessor
- ⚫ igrigorik/tokyo-recipes Lean & mean Tokyo Cabinet recipes (with Lua)
- 🔴 Whitebrim/AnimatedSprite Sprite class extension with imagetable animation and finite state machine support for @Playdate
- ⚫ majek/lua-channels Go style channels in pure Lua
- 🔴 iwiniwin/LuaKit Lua核心工具包,包含对面向对象,组件系统(灵活的绑定解绑模式),mvc分模块加载,事件分发系统等常用模式的封装。同时提供打印,内存泄漏检测,性能分析等常用工具类。
- ⚫ stepelu/lua-sci SciLua: Scientific Computing with LuaJIT
- 🔴 hoelzro/lua-term Terminal operations for Lua
- ⚫ fjolnir/TLC The Tiny Lua Cocoa Bridge
- 🟤 nyngwang/murmur.lua super-fast cursor word highlighting with callbacks(I call them murmurs) included.
- ⚫ Ruin0x11/OpenNefia (Archived) Moddable engine reimplementation of the Japanese roguelike Elona.
- ⚫ zeromq/lzmq Lua binding to ZeroMQ
- ⚫ jmcnamara/xlsxwriter.lua A lua module for creating Excel XLSX files.
- ⚫ xfbs/PiL3 My solutions to the exercises from the book "Programming in Lua 3" by Roberto Ierusalimschy
- 🔴 romgrk/fzy-lua-native Luajit FFI bindings to FZY
- 🔴 speedata/luaqrcode Pure Lua qrcode library
- ⚫ clementfarabet/graphicsmagick A simple Lua wrapper to graphicsmagick.
- 🟤 tanema/behaviourtree.lua a simple behaviour tree library for lua ported from javascript
- ⚫ diegofn/TuneIn-Radio-VLC TuneIn Radio LUA Script for VLC 2.x. and 3.x. Its compatible with VLC for Windows, Linux and Mac
- ⚫ daurnimator/lpeg_patterns A collection of LPEG patterns
- ⚫ kenshohara/3D-ResNets 3D ResNets for Action Recognition
- ⚫ guysv/ilua Portable Lua kernel for Jupyter
- 🔴 Seekladoom/Seekladoom-ASS-Effect 分享一下鄙人自己做的一些特效字幕,如有写得不当的地方还请多多包涵。
- 🔴 thomasgoldstein/zabuyaki Zabuyaki, old-school side-scrolling beat 'em up
- ⚫ giann/sirocco 🦜 A collection of interactive command line prompts for Lua
- ⚫ rxi/tick Lua module for delaying function calls
- ⚫ siffiejoe/lua-amalg Amalgamation of Lua modules/scripts
- 🟤 JoepVanlier/Hackey-Trackey A LUA tracker plugin for REAPER 5.x and up. Designed to mimick the pattern editor in Jeskola Buzz.
- 🔴 Xuyuanp/yanil Yet Another Nerdtree In Lua
- 🔴 wtsnjp/llmk Light LaTeX Make
- ⚫ kikito/lua-sandbox A lua sandbox for executing non-trusted code
- ⚫ SimonLarsen/duckmarines Free software ChuChu Rocket remake for PC
- ⚫ sundream/ggApp A game server example,base on gg+skynet
- ⚫ luapower/dynasm DynASM with Lua mode
- ⚫ Enfernuz/quik-lua-rpc RPC-сервис для вызова API Lua-библиотеки торгового терминала QUIK (ARQA Technologies)
- ⚫ daxliar/submerger SRT Subtitles Merger
- ⚫ orts/server A real map datapack based on TFS 1.2 engine
- ⚫ serprex/luwa WIP jit lua to wasm
- ⚫ kikito/beholder.lua Minimal observer pattern for Lua, with a couple twists
- ⚫ nucular/sfxrlua A port of the sfxr sound effect synthesizer to Lua
- ⚫ clementfarabet/lua---nnx An extension to Torch7's nn package.
- ⚫ lithammer/NeavUI Development branch of Neav UI
- ⚫ Neopallium/LuaNativeObjects A Lua bindings generator written in Lua.
- ⚫ boyliang/lua_badboy Some useful tools for lua
- ⚫ clementfarabet/lua---parallel A (simple) parallel computing framework for Lua
- 🔴 itsyourbedtime/orca Lua port of @neauoire orca for monome norns
- ⚫ sniper00/entitas-lua Entitas ECS implementation in Lua.
- ⚫ starius/lua-lru LRU cache in Lua
- ⚫ graue/luasynth Audio framework in Lua
- ⚫ Mogara/LuaSkillsForQSGS 新版太阳神三国杀武将技能代码速查手册(Lua版)
- 🟤 PedroAlvesV/AbsTK The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.
- 🟤 DNS-OARC/drool DNS Replay Tool
- ⚫ lubyk/dub A Lua bindings generator that uses Doxygen to parse C/C++ headers.
- 🔴 trisulnsm/trisul-scripts Ready to run scripts for network analysis
- ⚫ hishamhm/f-strings String interpolation for Lua
- ⚫ SimonLarsen/sienna Fast-paced one button platformer
- ⚫ xfguo/luactor A pure Lua (at least for now) Actor Model framework.
- ⚫ rdlaitila/LURE Lua User Interface Rendering engine
- ⚫ jinq0123/hotfix Lua 5.2/5.3 hotfix. Hot update functions and keep old data.
- ⚫ NodeUSB/nodemcu-ide Browser based Lua IDE for ESP8266 SoC
- ⚫ actboy168/MoeHero 我的英雄不可能那么萌
- ⚫ mozilla-services/lua_sandbox_extensions Extension packages (sandboxes and modules) for the lua_sandbox project
- ⚫ ejmr/Luvent Simple Event Library for Lua
- ⚫ elihugarret/Moonlet Live coding with Lua.
- ⚫ yuri/sputnik An Extensible Wiki/CMS in Lua
- 🔴 RealTadango/FrSky My S.Port sensors and OpenTX Lua scripts
- ⚫ shawndumas/adventure.lua Lua Text Adventure Engine
- ⚫ isage/lua-imagick Lua pure-c bindings to ImageMagick
- ⚫ timotta/wrk-scripts Script Lua to work better with wrk
- ⚫ mirven/luaspec A specification framework for lua
- 🟤 moneymanagerex/general-reports Bunch of general reports for Money Manager Ex
- ⚫ calio/lua-capnproto Lua-capnp is a pure lua implementation of capnproto based on luajit.
- ⚫ davidm/lua-bit-numberlua Bitwise operators in pure Lua using Lua numbers
- ⚫ nanomsg/luajit-nanomsg LuaJIT FFI binding to the nanomsg library
- ⚫ geekscape/nodemcu_esp8266 NodeMCU Lua examples for the ESP8266 Wi-Fi module
- ⚫ emilk/sol Lua + Typesafety = Sol
- ⚫ iopass4/behavior3-lua behavior3-lua
- ⚫ andycai/kodelua Kode is a free Open Source Model-View-Controller framework using Lua.
- ⚫ deepmind/dqn Lua/Torch implementation of DQN (Nature, 2015)
- ⚫ google-deepmind/dqn Lua/Torch implementation of DQN (Nature, 2015)
- 🟤 AbyssEngine/OpenDiablo2 An implementation of Diablo 2 in AbyssEngine.
- ⚫ hythloday/VenturePlanSoDMissions Addon to bring VenturePlan up to date with the 9.1 missions
- ⚫ LuaDist/squish Squish Lua libraries and apps into a single compact file.
- ⚫ APItools/sandbox.lua A lua sandbox for executing non-trusted code
- ⚫ lattejed/a-star-lua A clean, simple implementation of the A* pathfinding algorithm for Lua.
- ⚫ gamax92/OCEmu OpenComputers Emulator in Lua. Depreciated
- ⚫ javieryanez/nodemcu-modules Modules for nodeMcu (LUA intepreter for ESP8266)
- ⚫ mfenner/pandoc-jats A Lua custom writer for Pandoc generating JATS XML
- ⚫ frederic2ec/onsetrp [OUTDATED] OnsetRP framework