# gwl **Repository Path**: mirrors_gnu/gwl ## Basic Information - **Project Name**: gwl - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GNU Guix Workflow Language extension ==================================== This project provides the "workflow" subcommand to GNU Guix and introduces features that provide a workflow management extension built on top of GNU Guix's package manager. ## Installation 1. [Install GNU Guix](https://www.gnu.org/software/guix/manual/html_node/Binary-Installation.html) 2. Install GWL: ```bash guix install gwl ``` ## Getting started GWL has a built-in getting-started guide. To use it, run: ```bash guix workflow web ``` Then point your web browser to the following location: ```bash http://localhost:5000 ```