https://github.com/mrshmllow/affinity-everywhere
Affinity v2 & v3 packaged as AppImages
https://github.com/mrshmllow/affinity-everywhere
affinity-designer affinity-photo affinity-publisher affinity-v3 appimage creative-software
Last synced: 3 months ago
JSON representation
Affinity v2 & v3 packaged as AppImages
- Host: GitHub
- URL: https://github.com/mrshmllow/affinity-everywhere
- Owner: mrshmllow
- License: gpl-3.0
- Created: 2025-10-08T06:13:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-28T04:02:12.000Z (3 months ago)
- Last Synced: 2026-02-28T10:41:44.648Z (3 months ago)
- Topics: affinity-designer, affinity-photo, affinity-publisher, affinity-v3, appimage, creative-software
- Homepage: https://github.com/mrshmllow/affinity-nix
- Size: 49.8 KB
- Stars: 25
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# affinity-everywhere
This is a sister project to https://github.com/mrshmllow/affinity-nix,
which allows you to run the Affinity suite of applications on any Linux distro through AppImages.
**You can download the latest AppImage [here](https://github.com/mrshmllow/affinity-everywhere/releases/latest).**
## Preamble
The prefix is located in `$XDG_DATA_HOME/affinity/` or `$XDG_DATA_HOME/affinity-v3/` falling back to `$HOME/.local/share/affinity/` or `$HOME/.local/share/affinity-v3/`.
## Usage
Double click them!
### CLI Usage
Additionally, each AppImage (`v3|photo|designer|publisher`) has the following extra functionality:
```sh
$ affinity-v3.AppImage --help
Usage: affinity-v3 [COMMAND] [OPTIONS]
Commands:
wine
winetricks
wineboot
wineserver
update|repair|install Update or repair the application
help Show this
(nothing) Launch Affinity v3
```
> [!TIP]
> Armed with these you should be able to follow https://affinity.liz.pet/v2/misc-troubleshooting/ for troubleshooting steps.
For example, accessing `wine`:
```sh
$ affinity-v3.AppImage wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
```
Or `winecfg`:
```sh
$ affinity-v3 wine winecfg
```