Cuisine: A Python Task Automation Tool for UNIX Systems
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Cuisine is a Python-based task automation tool that provides a platform-neutral abstraction over operating system operations. It is designed as a simple, flat API for interacting with one or more servers, making it ideal for remote scripting piloted by Python.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Cuisine is a powerful task automation tool written in Python, offering a platform-neutral abstraction layer over your operating system. It's designed with a simple, flat API to facilitate interaction with multiple servers, making remote scripting in Python straightforward and efficient. While providing a general abstraction, Cuisine is specifically intended for UNIX systems and includes specialized functions for common package managers like apt (Debian, Ubuntu), yum (Redhat, Fedora), and pkg (FreeBSD).
Cuisine positions itself as a lower-level API compared to tools like Salt, giving users more control, while building upon the concepts of running commands across hosts, similar to Fabric, which it previously leveraged.
Installation
Cuisine is a Python package. While specific installation instructions are best found on the official GitHub repository, it is typically installed using pip.
pip install cuisine
Examples
Cuisine offers a simple, low-level API for fundamental OS operations, enabling users to write custom automation scripts in Python. Its design focuses on providing direct control over system interactions.
For detailed usage examples and to explore its capabilities, please refer to the official GitHub repository.
Why Use Cuisine?
Here are compelling reasons to choose Cuisine for your automation needs:
- You prefer to use Python rather than shell scripts for automation.
- You prefer a simple solution to a complex framework.
- You want to have full control over your automation process.
Links
- Official GitHub Repository: sebastien/cuisine
Related repositories
Similar repositories that may be relevant next.

LLM Guard: The Security Toolkit for LLM Interactions
June 26, 2026
LLM Guard is an open-source security toolkit developed by Protect AI, designed to fortify the safety of Large Language Models. It offers comprehensive protection against various threats, including prompt injection, data leakage, and harmful language, ensuring secure and reliable LLM interactions.

AuditNLG: Auditing Generative AI for Trustworthiness
June 25, 2026
AuditNLG is an open-source library from Salesforce designed to enhance the trustworthiness of generative AI language models. It provides state-of-the-art techniques to detect and improve factualness, safety, and constraint adherence in AI-generated text. This library simplifies the process of auditing AI outputs, offering explanations and alternative suggestions for problematic content.

Odysseus: A Comprehensive Self-Hosted AI Workspace for Productivity
June 25, 2026
Odysseus is a powerful self-hosted AI workspace designed to integrate various AI-powered tools into a single platform. It offers functionalities for chat, agents, deep research, document management, email, and calendar, supporting both local and API models. This comprehensive solution aims to enhance productivity and streamline AI workflows in a private environment.

Headroom: Drastically Reduce LLM Token Usage for AI Agents
June 25, 2026
Headroom is an innovative context compression layer for AI agents, designed to significantly reduce token usage for LLMs. It achieves 60-95% fewer tokens across various inputs like tool outputs, logs, files, and RAG chunks, all while preserving answer accuracy. This powerful tool enhances efficiency and cost-effectiveness for AI interactions.
Source repository
Open the original repository on GitHub.