awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to trixnz/vscode-lua

Open-source alternatives to Vscode Lua

30 open-source projects similar to trixnz/vscode-lua, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Vscode Lua alternative.

  • mattn/vim-lsp-settingsmattn 的头像

    mattn/vim-lsp-settings

    1,412在 GitHub 上查看↗

    Vim-lsp-settings is a Vim plugin that automates the installation, configuration, and lifecycle management of external language server binaries. It functions as a development environment manager, bridging the gap between the text editor and language-specific analysis tools to provide code intelligence features such as autocompletion and error checking. The plugin distinguishes itself by orchestrating the entire toolchain, including the automated downloading and versioning of language server executables. It employs project-root heuristic detection to identify workspace boundaries, ensuring that

    Vim Scriptlanguage-servervim
    在 GitHub 上查看↗1,412
  • activeloopai/deeplakeactiveloopai 的头像

    activeloopai/deeplake

    9,175在 GitHub 上查看↗

    DeepLake is AI data infrastructure consisting of a multimodal data lake, a hybrid search engine, and a serverless vector database. It provides a PostgreSQL-based AI data runtime that combines multimodal storage with streaming pipelines to load and shuffle datasets from cloud storage directly into deep learning training pipelines. The system utilizes lazy indexing to store and slice images, audio, and video without loading entire files into memory. It enables retrieval-augmented generation by persisting high-dimensional embeddings in a serverless vector store and implementing hybrid search tha

    C++agentagentic-ragai
    在 GitHub 上查看↗9,175
  • atuinsh/atuinatuinsh 的头像

    atuinsh/atuin

    30,266在 GitHub 上查看↗

    Atuin is a command-line tool that replaces standard shell history with a searchable, encrypted SQLite database. By hooking into shell initialization scripts, it provides an interactive, keyboard-driven interface for real-time command filtering and retrieval. The platform ensures data privacy through a client-side encryption layer, securing sensitive history and configuration data before it is synchronized across multiple machines. Beyond history management, Atuin functions as an executable documentation platform that enables teams to create and share interactive runbooks. These documents use

    Rustbashfishhistory
    在 GitHub 上查看↗30,266

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • adam-p/markdown-hereadam-p 的头像

    adam-p/markdown-here

    60,218在 GitHub 上查看↗

    Markdown Here is a browser extension that enables rich text composition within web-based editors that lack native formatting support. By transforming plain text markdown syntax into rendered HTML, it allows users to draft professional emails and documents using standard markup, including headers, tables, and footnotes, directly inside their browser. The tool distinguishes itself through a bidirectional transformation engine that supports both the conversion of markdown to HTML and the reversion of rendered content back into its original source code. This state-preserving functionality allows

    JavaScript
    在 GitHub 上查看↗60,218
  • aerokube/selenoidaerokube 的头像

    aerokube/selenoid

    2,656在 GitHub 上查看↗

    Selenoid is a powerful implementation of Selenium hub using Docker containers to launch browsers.

    Go
    在 GitHub 上查看↗2,656
  • ahkscript/sublimeautohotkeyahkscript 的头像

    ahkscript/SublimeAutoHotkey

    211在 GitHub 上查看↗

    AutoHotkey AHK language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build system definitions, commands for ahkrun, ahkcompile, ahkrunpiped.

    Python
    在 GitHub 上查看↗211
  • ailisp/commonlisp-vscodeailisp 的头像

    ailisp/commonlisp-vscode

    39在 GitHub 上查看↗

    Common Lisp Editing extension for Visual Studio Code

    TypeScript
    在 GitHub 上查看↗39
  • alacritty/alacrittyalacritty 的头像

    alacritty/alacritty

    64,592在 GitHub 上查看↗

    Alacritty is a cross-platform terminal emulator that provides a consistent command-line environment across Linux, macOS, and Windows. It functions as a configuration-driven terminal, relying on a declarative file format to manage user preferences, key bindings, and visual styling. The application distinguishes itself through a high-performance architecture that offloads text rendering to the graphics processor. By utilizing zero-copy terminal emulation, it processes incoming byte streams directly into a grid-based memory buffer to minimize data duplication and latency during output. The proj

    Rustbsdgpulinux
    在 GitHub 上查看↗64,592
  • alefragnani/vscode-language-pascalalefragnani 的头像

    alefragnani/vscode-language-pascal

    265在 GitHub 上查看↗

    Pascal language extension for Visual Studio Code

    TypeScript
    在 GitHub 上查看↗265
  • alefragnani/vscode-pascal-formatteralefragnani 的头像

    alefragnani/vscode-pascal-formatter

    39在 GitHub 上查看↗

    Pascal formatter extension for Visual Studio Code

    TypeScript
    在 GitHub 上查看↗39
  • ansible-semaphore/semaphoreansible-semaphore 的头像

    ansible-semaphore/semaphore

    13,766在 GitHub 上查看↗

    Semaphore is a web interface and API for running and scheduling Ansible playbooks and other infrastructure automation tools. It serves as an infrastructure automation dashboard and DevOps task scheduler for orchestrating deployments. The platform functions as a multi-tool automation hub, providing a centralized dashboard for managing infrastructure as code using Ansible, Terraform, OpenTofu, and Terragrunt. It includes an inventory management tool for organizing target servers and containers, alongside a secret management service for storing sensitive environment variables required during exe

    Go
    在 GitHub 上查看↗13,766
  • apr3vau/lw-pluginsapr3vau 的头像

    apr3vau/lw-plugins

    33在 GitHub 上查看↗

    LispWorks Plugins by the Calendrical System

    Common Lisp
    在 GitHub 上查看↗33
  • aptana/studio3aptana 的头像

    aptana/studio3

    1,093在 GitHub 上查看↗

    This repository contains the code for core components of Aptana Studio 3.

    Java
    在 GitHub 上查看↗1,093
  • atom/atomatom 的头像

    atom/atom

    60,807在 GitHub 上查看↗

    Atom is an extensible code IDE and hackable text editor designed for source code editing and the creation of custom development environments. It functions as a syntax highlighting editor and a version control integrated editor that tracks file changes and synchronizes code with remote repositories. The editor allows for the modification of its own core functionality and supports a package-based plugin system for creating custom themes and snippets. It also serves as a Markdown preview editor, providing side-by-side visual rendering for content authoring. The platform includes capabilities fo

    JavaScript
    在 GitHub 上查看↗60,807
  • adacore/gpsAdaCore 的头像

    AdaCore/gps

    518在 GitHub 上查看↗

    What is GNAT Studio? - Building

    Ada
    在 GitHub 上查看↗518
  • autohandai/code-cliautohandai 的头像

    autohandai/code-cli

    138在 GitHub 上查看↗

    Autohand Code CLI - Ultra fast self evolving coding agent that runs in your terminal

    TypeScript
    在 GitHub 上查看↗138
  • bibendi/dipbibendi 的头像

    bibendi/dip

    1,336在 GitHub 上查看↗

    The dip is a CLI dev–tool that provides native-like interaction with a Dockerized application.

    Ruby
    在 GitHub 上查看↗1,336
  • bichlepa/autohotflowbichlepa 的头像

    bichlepa/AutoHotFlow

    72在 GitHub 上查看↗

    AutoHotFlow - Simply draw your applictaions

    AutoHotkey
    在 GitHub 上查看↗72
  • casey/justcasey 的头像

    casey/just

    34,302在 GitHub 上查看↗

    This project is a command-line task runner designed to manage project-specific workflows through a centralized, configuration-driven interface. It functions as a declarative tool for organizing build logic, environment variables, and task dependencies into a structured format, enabling the automation of complex development pipelines. The tool distinguishes itself by providing a shell-agnostic execution layer that ensures consistent behavior across Windows, macOS, and Linux. It supports advanced workflow orchestration by constructing directed acyclic graphs to manage task prerequisites, while

    Rust
    在 GitHub 上查看↗34,302
  • casteng/i-pascalcasteng 的头像

    casteng/i-pascal

    124在 GitHub 上查看↗

    Intellij IDEA Object Pascal plugin

    Java
    在 GitHub 上查看↗124
  • celador/forcecodecelador 的头像

    celador/ForceCode

    164在 GitHub 上查看↗

    Starting at version 3.9.6, ForceCode supports per-org settings (Which can be changed via the settings menu option). If you don't want your settings reset then take a backup of your force.json file as a reference and change the settings via the settings menu option for each org. 3.9.6 and up will…

    TypeScript
    在 GitHub 上查看↗164
  • charmbracelet/glowcharmbracelet 的头像

    charmbracelet/glow

    22,908在 GitHub 上查看↗

    Glow is a terminal-based interface designed for browsing, rendering, and navigating markdown documentation. It functions as a command-line reader that allows users to discover and view formatted text files directly within their terminal environment. The tool distinguishes itself by providing a high-performance pager that supports both local file system navigation and remote repository access. It automatically scans directories and version control structures to index documentation, while its remote-aware fetching capabilities enable the retrieval of content from web sources and code repositori

    Gocliexcitementhacktoberfest
    在 GitHub 上查看↗22,908
  • charmbracelet/soft-servecharmbracelet 的头像

    charmbracelet/soft-serve

    6,638在 GitHub 上查看↗

    Soft Serve is a self-hosted Git server that authenticates users via SSH public keys and provides a terminal-based user interface for browsing repositories, files, and commits. It stores repository data and configuration in either SQLite or PostgreSQL, and supports role-based access control with four permission levels for managing repository visibility and write access. The server can be deployed via Docker or managed as a systemd service, and supports webhook notifications for push, collaborator, and branch or tag events to integrate with external automation workflows. It also enables server-

    Gogitgolangssh
    在 GitHub 上查看↗6,638
  • cline/clinecline 的头像

    cline/cline

    63,750在 GitHub 上查看↗

    Cline is an extensible agent runtime and multi-agent orchestration engine designed to automate complex software engineering workflows. It functions as an integrated development environment extension that bridges strategic task planning with autonomous execution, allowing users to manage multi-step projects through human-in-the-loop oversight or independent agent operation. The platform distinguishes itself by enabling the creation of specialized agent teams that share a common state and coordinate through a centralized task manager. It enforces project-specific architectural guidelines and co

    TypeScript
    在 GitHub 上查看↗63,750
  • codeeditapp/codeeditCodeEditApp 的头像

    CodeEditApp/CodeEdit

    22,896在 GitHub 上查看↗

    CodeEdit is an open-source integrated development environment and native macOS code editor. It provides a workspace for writing and modifying source code, combining a text editor with project management tools. The editor is built specifically for macOS using native frameworks to ensure performance. It features a plugin system that allows for the addition of specialized features and custom logic to extend the editing experience. The environment includes an integrated terminal emulator for executing development commands and debugging tools. It also provides project-wide file indexing for globa

    Swiftappappkitapple
    在 GitHub 上查看↗22,896
  • coder/code-servercoder 的头像

    coder/code-server

    78,024在 GitHub 上查看↗

    This project provides a remote development platform that enables users to access a full-featured integrated development environment through a standard web browser. By decoupling the user interface from the server-side filesystem, it allows for persistent coding workspaces to be hosted on remote servers, virtual machines, or cloud-native infrastructure, ensuring a consistent development experience from any device. The platform distinguishes itself through a secure gateway architecture that manages traffic, authentication, and encryption at the edge. It utilizes persistent WebSocket connections

    TypeScriptbrowser-idedev-toolsdevelopment-environment
    在 GitHub 上查看↗78,024
  • coder/codercoder 的头像

    coder/coder

    12,272在 GitHub 上查看↗

    Coder is a self-hosted platform for provisioning and managing isolated, containerized development environments. It provides a centralized infrastructure for teams to deploy ephemeral workspaces on private cloud or on-premises hardware, ensuring consistent toolchains and dependencies across distributed development environments. The platform distinguishes itself through its focus on secure, infrastructure-as-code governance and autonomous agent integration. It allows organizations to define reusable, versioned environment templates that integrate with existing identity providers and role-based

    Goagentsdev-toolsdevelopment-environment
    在 GitHub 上查看↗12,272
  • conda/condaconda 的头像

    conda/conda

    7,444在 GitHub 上查看↗

    Conda is a binary package manager, cross-platform environment manager, and dependency resolution engine. It serves as a software repository manager that enables the installation and update of pre-compiled binaries and their dependencies across different operating systems. The system creates isolated execution spaces to prevent dependency conflicts between projects and uses a solver to calculate compatible package versions based on constraints from available repositories. It supports the creation of custom software packages from recipes, which can be hosted in public or private channels for di

    Python
    在 GitHub 上查看↗7,444
  • containers/krunvmcontainers 的头像

    containers/krunvm

    1,684在 GitHub 上查看↗

    Create microVMs from OCI images

    Rust
    在 GitHub 上查看↗1,684
  • abookyun/clean-install-your-mac-without-hesitationabookyun 的头像

    abookyun/clean-install-your-mac-without-hesitation

    85在 GitHub 上查看↗

    Checklist version of Clean install your Mac without hesitation

    在 GitHub 上查看↗85