Hi everyone,
This is my first post here in the community, and I want to start by thanking you all for the help I've received over the last few years.
I want to give back by sharing something I built to solve a recurring problem in post-production suites. After creating an OFX plugin for color grading, I noticed that a lot of people struggled to install the tools on their computers. To solve this, I created MCNexus.
Basically, OFX plugin distribution and licensing have always been rigid processes, creating operational bottlenecks when it comes to maintaining compatibility and managing licenses. MCNexus works on two fronts to standardize this pipeline:
Repository & Documentation: https://github.com/ciqueira/MCNexus
This is my first post here in the community, and I want to start by thanking you all for the help I've received over the last few years.
I want to give back by sharing something I built to solve a recurring problem in post-production suites. After creating an OFX plugin for color grading, I noticed that a lot of people struggled to install the tools on their computers. To solve this, I created MCNexus.
Basically, OFX plugin distribution and licensing have always been rigid processes, creating operational bottlenecks when it comes to maintaining compatibility and managing licenses. MCNexus works on two fronts to standardize this pipeline:
- On the workstation (macOS/Windows Native App): Automates the allocation of binaries to the correct OS directories, handles updates, manages version rollbacks (essential for preventing breaking changes in legacy projects), and controls local keys.
- For the developer (Infrastructure): Provides a standardized environment to publish commercial or open-source tools, so you don't have to build a deployment system from scratch.
- Licensing: OpenKey (native) and Cryptlex (hardware-bound / node-locked licenses).
- Release Management: Direct integration with GitHub Releases, featuring protected downloads and channel segmentation (Beta, Demo, and Full).
- Commerce Automation: A workflow integrating GitHub (identity), Stripe (payments), and MailerLite (operational messaging).
Repository & Documentation: https://github.com/ciqueira/MCNexus