Installation
Agentic Installation
An agent can be utilized to perform all the required and recommended steps as indicated on this page automatically. Please install the package skills using the agent framework of your choice. Create an empty directory, point you agent to this directory and prompt for example:
Please install matr1x as described in the matr1x-install skill.If you have problems installing the skills, please point the agent to
https://andythomas.github.io/matr1x/.well-known/agent-skills/matr1x-install/SKILL.mdBasic Installation
Please use Github Desktop to clone the repository. We recommend to install uv, because it simplifies the installation and downloads the package versions we utilize for testing. Then, two more steps are required for the installation:
- Sychronize uv in the cloned directory
- Activate the virtual environment
Always keep uv updated.
In case of errors during the installation or unexpected behavior at the first run, always keep uv updated.
- Follow the uv installation procedure.
- Execute
uv sync - Execute
.venv\Scripts\activate.batin a command prompt or PowerShell window.
The system Python version is quite old (3.9 in Sequoia) and cannot be used to install the packages.
- Follow the uv installation procedure.
- Execute
uv sync - Execute
source .venv/bin/activate
The package can be installed on Linux systems (well tested) and also on BSD systems (not tested regularly) and likely other Posix compliant systems. We recommend using a virtual environment. First, make sure you have the required system packages installed.
sudo apt install qt6-base-devThen, continue the basic installation:
- Follow the uv installation procedure.
- Execute
uv sync - Execute
source .venv/bin/activate
If an optional feature is required for your setup use uv sync --extra <FEATURE> instead.
Desktop Integration
After the installation, any application launch will perform the desktop integration, i.e. provide application icons, start menu entries and such. For example, please execute
matrix-preview
A command line tool can carry out the integration as well: Please start matrix-di for integration and matrix-di -u for removal.
matrix-script might need a few moments at the first start to download the editor assets.
Overview of Recommended Options
An overview of recommended options for the specific platforms is given in the following table. In most cases we recommend an installation into a dedicated virtual environment. Most Mac and Linux systems require the virtual environment, while Windows does not require it.
| Platform | Python distribution | Virtual environment | editable installation |
|---|---|---|---|
| Windows | uv recommended | weakly recommended | Yes |
| Linux/Unix | uv or system Python | strongly recommended | Yes |
| Mac OS | uv | required | Yes |