https://github.com/prefix-dev/pixi-gui
https://github.com/prefix-dev/pixi-gui
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prefix-dev/pixi-gui
- Owner: prefix-dev
- License: other
- Created: 2026-01-19T14:24:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-06-15T14:07:29.000Z (22 days ago)
- Last Synced: 2026-06-15T16:10:29.814Z (22 days ago)
- Language: TypeScript
- Size: 2.53 MB
- Stars: 27
- Watchers: 1
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![License][license-badge]
[![Project Chat][chat-badge]][chat-url]
[![Pixi Badge][pixi-badge]][pixi-url]
[license-badge]: https://img.shields.io/badge/license-FSL--1.1--MIT-blue?style=flat-square
[chat-badge]: https://img.shields.io/discord/1082332781146800168.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&style=flat-square
[chat-url]: https://discord.gg/kKV8ZxyzY4
[pixi-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json&style=flat-square
[pixi-url]: https://pixi.sh
# Pixi GUI
A graphical user interface for [Pixi](https://pixi.sh), the cross-platform package manager built on the conda ecosystem. Developed with love at [prefix.dev](https://prefix.dev).

For more information checkout the Pixi GUI [announcement blog post at prefix.dev](https://prefix.dev/blog/introducing-pixi-gui)!
## Installation
Pixi GUI is available for Windows, macOS (Intel + Apple Silicon) and Linux. Install from our [pixi-gui prefix.dev channel](https://prefix.dev/channels/pixi-gui/packages/pixi-gui):
```shell
pixi global install pixi-gui --channel https://prefix.dev/pixi-gui --channel https://prefix.dev/conda-forge
```
Alternatively you can install Pixi GUI from source:
```shell
pixi global install --path .
```
## Development
### Running
```shell
pixi run app
```
This will install all frontend dependencies via pnpm and start the Tauri development server.
### Linting
```shell
pixi run lint
```
Runs all linters and formatters for both backend (`clippy`, `rustfmt`) and frontend (`eslint`, `prettier`), plus additional checks like taplo, `ruff`, and `typos`.
### Packaging
```shell
pixi run build-package
```
Builds a installable conda package using rattler-build.
## Support
Got questions or ideas, or just want to chat? Join our lively conversations on Discord. We're very active and would be happy to welcome you to our community. [Join our Discord server today!][chat-url]