mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 02:50:15 -06:00
- Remove per-package Black, Ruff, and MyPy settings in individual pyproject.toml files - Centralize Ruff configuration in root pyproject.toml under [tool.ruff.lint] with selected ignores - Add Prettier setup and usage instructions to Development.md - Include pnpm install instructions for JS/TS dependencies - Ensure pre-commit hooks enforce Python and JS/TS formatting consistently
pylume is a lightweight Python library based on lume to create, run and manage macOS and Linux virtual machines (VMs) natively on Apple Silicon.
pip install pylume
Usage
Please refer to this Notebook for a quickstart. More details about the underlying API used by pylume are available here.
Prebuilt Images
Pre-built images are available on ghcr.io/trycua. These images come pre-configured with an SSH server and auto-login enabled.
Contributing
We welcome and greatly appreciate contributions to lume! Whether you're improving documentation, adding new features, fixing bugs, or adding new VM images, your efforts help make pylume better for everyone.
Join our Discord community to discuss ideas or get assistance.
License
lume is open-sourced under the MIT License - see the LICENSE file for details.