Aether FX Optimizer is a desktop control room for Adobe After Effects. It combines Tauri, SvelteKit, and Bun to give editors, motion designers, and pipeline engineers a single place to:
.aep / .aepx / .aet projects discoverable with an Everything-backed index;Everything works together to keep After Effects fast and repeatable across machines.
version, common, or user MediaCore roots so you can collapse noise and zoom into risky files.PATH, falls back to a filesystem walker, and gives you quick/full scans that list top .aep/.aepx/.aet files with drive, size, and timestamps.cargo toolchain (Tauri builds the bundled desktop binary).bun run tauri wraps every Rust invocation).es.exe was found and exposes a download link.bun install
# Use the local config if bun is not in your global path
bun run tauri:local dev
http://localhost:1420 after the dev server starts.get_everything_status, set_performance_mode).bun run check
bun run tauri build
The bundled artifacts appear under src-tauri/target/release/bundle. Use the release workflow described below to publish GitHub releases automatically.
A dedicated workflow (.github/workflows/release.yml) runs whenever you push a v* tag. It:
libwebkit2gtk, pkg-config, libssl, libgtk-3).bun install, bun run check, and bun run tauri build.src-tauri/target/release/bundle into build/ae-tools-app-${{ github.run_number }}.zip.softprops/action-gh-release to publish the zipped artifact to the new release.Tag v1.0.0, v1.0.1, etc., and the workflow will recreate release assets for you.
es.exe is discoverable before running a full project scan.%TEMP%.Use the same 16:9 hero footage and neon gradient mark to highlight how the tool brings Everything indexing, session mode, GPU tuning, and cache hygiene into one dashboard.
If you want the shipped desktop window, taskbar shortcut, and OS dock to show the new Aether FX logo, drop your master PNG into static/aetherfx-logo.png and then regenerate the Tauri icon set inside src-tauri/icons/. On macOS/Linux you need full-resolution PNG variants (32, 128, icon.png, icon.icns, icon.ico). On Windows you can use a tool like ImageMagick or icotool to downscale/encode icon.ico. For example:
cp static/aetherfx-logo.png src-tauri/icons/32x32.png
cp static/aetherfx-logo.png src-tauri/icons/128x128.png
# regenerate icon.icns/icon.ico with iconutil / imagemagick ...
Once those files contain your custom logo, the next bun run tauri build or CI release run will embed it in the title bar, taskbar, and installer.
Improve the backend commands in src-tauri/src or the Svelte components in src/lib/components and run bun run check to stay aligned with the project conventions.