Actor Framework 2.0.0.18 · Released 24 Apr 2025
Back-ported from LabVIEW 2024 Q3 for LabVIEW 2020 or later
For expanded notes, and a list of breaking changes, see the full 2.0.0.18 release page.
Actor Framework (AF) is NI’s reference implementation of the Actor Model in LabVIEW. It enables large-scale, message-oriented applications with asynchronous actors that can be launched, monitored, and shut down predictably. This repo is the canonical upstream for AF beginning with v2.x and is maintained under the MIT license.
- Primary LabVIEW target: 2020 SP1 or later (32- & 64-bit)
- Package format: VIPM (
.vip) built by GitHub Actions for every merge tomainand tagged release.
- Install the latest package from the Releases page or drag-and-drop the
.viponto VIPM. - Open
Examples/Actor Framework/in LabVIEW to explore sample projects. - For IDE palette integration, restart LabVIEW after installation.
We welcome both code and non-code contributions — bug fixes, performance tweaks, documentation, testing, and discussion.
- Report a bug — Found something broken? Open an issue
- Suggest a feature — Have an idea? Submit a feature request or start a Discussion
- Join discussions — Share your expertise in GitHub Discussions or on Discord
- Test changes — Install pre-release packages and report your findings
- Improve documentation — Fix typos, clarify instructions, or update the Wiki
- Write code — Fix bugs, implement features, or improve performance
All code contributors must sign NI's Contributor License Agreement (CLA) once per GitHub account — a bot will prompt you on your first pull request.
👉 See CONTRIBUTING.md for the full contribution guide, including branching strategy, coding standards, VI Analyzer requirements, and the step-by-step PR workflow.
Actor Framework follows the same open-governance model as the LabVIEW Icon Editor:
- Technical Steering Committee (SteerCo): NI staff & community architects oversee roadmap and reviews.
- BDFL: NI retains final decision power for major direction changes.
- Discord: Join the NI Open Source Discord for real-time chat.
This project is licensed under the MIT License. By contributing, you agree to license your work under these terms so NI and the LabVIEW community can incorporate it into future LabVIEW distributions.
We thank the LabVIEW community & the contributors who made Actor Framework 2.0 possible. Special thanks to @niACS, @CaseyZS, for leading the 2024 Q3 back-port initiative.
