mirror of
https://github.com/relativemodder/aegnux.git
synced 2025-12-10 05:29:38 +05:00
43 lines
1.3 KiB
Markdown
43 lines
1.3 KiB
Markdown
<img src="icons/aegnux.png" width="128" />
|
|
|
|
# Aegnux
|
|
|
|
A convenient way to install Adobe After Effects on Linux using Wine. Heavily inspired by [AeNux](https://github.com/cutefishaep/AeNux) by cutefish.
|
|
|
|
[Download Flatpak](https://github.com/relativemodder/com.relative.Aegnux/releases/latest) if you want to install it on any distro.
|
|
|
|
|
|
## License disclaimer
|
|
|
|
This project is intended for educational and experimental use only. Please respect software licensing agreements and use responsibly. The primary objective is to explore Linux compatibility for creative applications. After Effects is a commercial software developed by Adobe.
|
|
|
|
|
|
## Known downsides
|
|
|
|
- Limited hardware acceleration - NVIDIA GPUs only
|
|
- UI Rendering - Occasional flickering with certain plugins (e.g., Flow)
|
|
- Memory Management - Potential crashes under heavy RAM usage (need to tweak your system config)
|
|
|
|
## How to install
|
|
|
|
Native installation: the only tested environment is Arch Linux on KDE Plasma Wayland.
|
|
|
|
### Install dependencies
|
|
```bash
|
|
sudo pacman -Syu pyside6 python-requests # Arch Linux
|
|
```
|
|
|
|
### Clone the repository
|
|
```bash
|
|
https://github.com/relativemodder/aegnux
|
|
cd aegnux
|
|
```
|
|
|
|
### Run
|
|
```bash
|
|
./run.sh
|
|
```
|
|
|
|
## We need help!
|
|
You're welcome to contribute to this project.
|
|
You can improve translations, AMD GPU support, overall stability, etc. |