31 个仓库
Interfaces for running software logic via command line without a graphical user interface.
Distinct from Headless Execution Environments: General CLI execution for application logic, unlike server-specific or container-specific headless modes.
Explore 31 awesome GitHub repositories matching development tools & productivity · CLI Execution. Refine with filters or upvote what's useful.
The Book of Shaders 是一个交互式教育指南和课程,用于学习 GLSL 片段着色器编程以创建程序化图形和视觉效果。它提供了一个结构化的学习路径和分类参考指南,涵盖着色器开发中使用的数据类型、内置函数和数学运算。 该项目具有一个基于 Web 的着色器沙盒和交互式编辑器,允许对 GLSL 代码进行实时迭代和可视化。用户可以尝试程序化艺术,并通过唯一 URL 分享他们的结果。 该课程涵盖了广泛的图形编程功能,包括符号距离场、坐标变换、基于噪声的合成和图像处理滤镜。它还包含高级技术,例如用于三维场景渲染的射线步进和动态物理系统模拟。 教育内容通过构建系统交付,该系统将 markdown 源文件转换为本地化的 HTML 页面和多格式文档,包括 PDF、EPUB 和 LaTeX。
Enables running shaders from a terminal for headless rendering via Unix pipelines.
Numi is a natural language calculator and unit conversion tool available as both a cross-platform desktop application and a command line interface tool. It computes mathematical results from human-readable descriptions and plain text expressions rather than requiring complex formulas. The tool translates natural language inputs to perform currency exchanges, measurement conversions, and date and time arithmetic. It provides a consistent experience across macOS, Linux, and Windows.
Allows users to execute math and unit conversions directly from the terminal.
Papermill is a Jupyter notebook execution engine and parameterization framework designed to run notebooks programmatically. It allows users to inject custom input values into notebooks to execute the same logic across different datasets, transforming interactive notebooks into reproducible data science pipelines. The project functions as a language-agnostic notebook runner and orchestrator, supporting kernels for Python, R, Julia, and Scala. It is distinguished by its cloud-integrated runner capabilities, featuring built-in handlers to read and write notebooks directly to storage providers su
Runs notebooks in a subprocess via a command-line interface, saving results to a file or stream.
Open Multi-Agent is a TypeScript framework for multi-agent orchestration that decomposes natural language goals into a runtime-generated directed acyclic graph of tasks. It functions as a task orchestrator and workflow state manager, coordinating multiple AI models to execute parallel and sequential operations. The framework is distinguished by a proposer-judge consensus protocol used to validate agent outputs through a quorum of agreement. It employs provider-agnostic model routing to assign specific models to tasks based on roles or execution phases and utilizes state-based workflow checkpo
Provides a JSON-first CLI for executing orchestration logic in shell scripts and CI pipelines.
JMComic-Crawler-Python is a high-performance asynchronous web scraper and API client designed to programmatically retrieve images and metadata from a comic hosting service. It functions as a media archiving tool for batch downloading albums and chapters, automating the process of saving content to a local filesystem. The project is distinguished by its ability to reverse server-side pixel obfuscation, using a decryption tool to reconstruct sliced and shuffled images. To maintain stable connectivity, it utilizes a network bypass utility featuring dynamic domain rotation and proxy routing to ci
Offers a command-line interface for executing downloads and metadata lookups without a GUI.
pyAudioAnalysis 是一个用于音频信号处理和分析的 Python 库和框架。它提供了提取声音数学表示(如频谱图)的工具,并实现了一个用于训练和评估机器学习模型的系统,以根据声学模式对音频片段进行分类。 该项目包括专门的音频分割工具,允许删除静音并检测特定的音频事件,从而将录音划分为有意义的部分。它还提供了数据可视化功能,使用降维技术来映射内容相似性并识别声音数据中的聚类。 该库涵盖了广泛的信号处理功能,包括频谱域特征提取、时间分析和用于估计连续值的音频回归。这些功能既可以作为可编程库使用,也可以通过命令行界面进行音频文件的批处理。
Provides a terminal interface for executing audio analysis and feature extraction tasks without writing code.
PaddleX is a PaddlePaddle-based framework for building, deploying, and fine-tuning AI model pipelines, with pre-built support for computer vision, OCR, document analysis, and time series tasks. It offers a toolkit of ready-to-use pipelines for image classification, object detection, segmentation, and pose estimation, alongside an end-to-end OCR document analysis pipeline that extracts text, tables, formulas, and layout information. The platform also includes a dedicated time series forecasting pipeline for analyzing historical data to detect anomalies, classify patterns, and predict future val
Executes pre-built processing pipelines by specifying name, input file, and target device in a single terminal command.
Anomalib is a PyTorch-based library for visual anomaly detection, offering a modular framework, a comprehensive model zoo, and a benchmarking suite designed for industrial defect detection. It provides a wide range of algorithms—including generative, discriminative, teacher-student, and vision-language approaches—that support unsupervised, few-shot, and zero-shot settings. The library enables deployment through model export to ONNX and OpenVINO for edge devices, and includes a no-code web application for training and inference. It also features a command-line interface for orchestrating multi
Orchestrates the complete anomaly detection workflow through a command-line interface.
jscpd is a code duplication detector that scans source code across 223 languages to find identical or near-identical copy-pasted blocks using a rolling hash algorithm. It is built with a Rust core for high performance, exposed through a Node.js API and CLI, and can be run as a standalone binary with no runtime dependencies. The tool detects duplicates in embedded languages within Vue, Svelte, Astro, and Markdown files by tokenizing each language block separately, and it supports extensionless scripts via shebang detection. The project distinguishes itself through its integration capabilities
Provides a command-line interface for running duplication detection with both Node.js and standalone binaries.
Tilix is a tiling terminal emulator for Linux that uses GTK+ 3 widgets for native desktop integration and theming. It arranges multiple terminal sessions in a resizable grid layout, allowing users to split the window into several panes simultaneously. The application is built on the VTE terminal emulation engine and uses the Meson build system for compilation. The terminal supports synchronized input broadcasting, where keystrokes typed in one pane are replicated to all grouped terminals via D-Bus inter-process communication. It also offers a Quake-style drop-down mode that slides a terminal
Triggers interface actions like splitting a terminal from the command line without using menus.
ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself
Triggers and manages pipeline runs from a dashboard interface by deploying ad-hoc runners into configured compute environments.
ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented
Triggers machine learning pipelines directly from a web dashboard by spawning ephemeral jobs.
JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well
Includes a headless command line interface to automate decompilation and asset extraction tasks.
Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It is built around a tiled routing graph framework, allowing map data to be organized into small geographic tiles for efficient regional updates and offline routing capability. The project distinguishes itself through a multimodal routing server that combines automobile, pedestrian, bicycle, and public transit modes into single journeys. It includes a GPS trace matching engine to align noisy coordinates to the most probable road network paths and an isochrone and matrix generator
Executes routing and matrix requests as standalone command-line operations without a running server.
rspec-rails 是一个将 RSpec 与 Ruby on Rails 集成的测试框架,提供行为驱动开发(BDD)工具。它作为一个套件,通过对话式语法定义应用行为,为模型、控制器和视图创建行为规范提供了专门的工具包。 该项目的特色在于自动化测试生成,提供命令行界面为 Rails 组件(如模型、控制器和后台任务)创建样板规范文件。它还通过全面的 Mock 和 Stub 库以及旨在模拟完整请求周期和浏览器交互的 Web 应用集成套件来区分其功能。 该框架涵盖了广泛的集成测试,包括路由映射验证、邮件内容验证和后台任务执行。它提供了多种测试断言,用于验证对象状态、HTTP 响应状态和数据库查询结果,并配有通过 Spy 和 Stub 管理测试替身的工具。 该系统包含一个用于测试执行的命令行可执行文件和一个持久化配置存储,以标准化不同环境下的设置。
Provides a dedicated command-line executable to run the complete suite of behavioral specifications.
这是一个中文自然语言处理工具包,提供了一套用于分词、词性标注和命名实体识别的工具。它包括一个用于分析词间句法和语义关系的神经依存句法分析器,以及一个用于使用标注数据集创建自定义语言模型的机器学习训练套件。 该工具包的独特之处在于其部署灵活性,提供了一个 Docker 化服务器和一个通过 API 暴露处理能力的 Web 服务接口。它支持使用预训练模型,并允许集成外部词库和词典扩展以提高分析准确性。 该项目广泛涵盖了完整的语言任务流水线,包括句子分割、句法依存映射和语义角色标注。这些功能可通过命令行界面、独立模块或集成分析流水线使用。 核心逻辑采用 C++ 实现,并提供 Python 和 Java 的官方语言绑定。
Provides a command-line interface to execute a full pipeline of text processing.
Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming data with event-time semantics, enabling accurate windowed aggregations, joins, and stateful computations on unbounded event streams. The platform uses native Rust execution for high throughput and low latency, with periodic checkpointing for exactly-once fault tolerance and horizontal scaling across distributed workers. The system integrates deeply with Kafka for reading and writing topics with exactly-once delivery and supports change data capture (CDC) from MySQL and Postg
Starts a stream processing pipeline directly from the command line, accepting SQL from standard input or as an argument.
AltSnap is a window manager utility and layout system that organizes application windows using custom snap grids and mouse-driven resizing and movement. It functions as a low-level input hook that intercepts keyboard and mouse events at the OS level to trigger custom window management actions. The project includes a coordinate-based grid mapper for precise snapping to custom zones and an input remapper that assigns keyboard scan codes to virtual mouse buttons. It also features a window automation CLI used to trigger management tasks on foreground or targeted application windows. The tool pro
Allows triggering window management tasks via the command line without a graphical interface.
Rivet 是一个可视化 LLM 工作流设计器和 AI 代理编排引擎。它既是一个用于构建检索增强生成(RAG)流水线的开发环境,也是一个用于将可视化 AI 图表和提示词逻辑嵌入 JavaScript 应用的 TypeScript 库。 该系统通过基于节点的编辑器区分开来,该编辑器可映射语言模型、向量数据库和外部 API 之间的数据流。它提供了专门的提示词工程工具,包括用于迭代优化提示词和 A/B 测试的界面,以提高模型响应质量。 该平台涵盖了广泛的功能,包括支持并行处理和循环的有向图执行、用于实时状态调试和执行重放的全面可观测性,以及通过验证套件验证代理行为的自动化测试框架。它还支持音频转录和推理,以及用于定义自定义节点的插件架构。 逻辑图以 YAML 文件形式存储,以支持版本控制和协作。
Provides a command-line interface for running visual AI agent graphs using specified input values.
Chonkie 是一个专为检索增强生成 (RAG) 流水线设计的文本分块库。它充当语义文本分割器和 RAG 数据摄取流水线,将原始文本转换为嵌入片段,以便存储在向量数据库中。 该项目通过专门的分割策略脱颖而出,包括用于保留源代码逻辑边界的基于 AST 的代码分割器,以及使用嵌入模型根据语义确定边界的语义文本分割器。它还提供了一个向量数据库摄取器,用于自动化生成嵌入并将其导出到各种存储中。 该库涵盖了广泛的功能,包括通过 OCR 和 Markdown 提取进行文档解析,多种分割方法(如基于 Token 计数和分层分割),以及通过可重用流水线进行工作流编排。它支持多种向量存储集成,包括 Qdrant、Milvus、Weaviate 和 Elasticsearch,以及将数据导出为 JSON 和 Hugging Face 数据集。 用户可以通过命令行界面执行这些操作,或将系统部署为容器化的 API 服务。
Provides a command-line interface to execute complete document preprocessing and chunking pipelines.