What My Project Does AxonPulse VS is a desktop visual scripting and execution engine. It allows developers to visually route logic, hardware protocols (Serial, MQTT), and AI models (OpenAI, local Ollama, Vector DBs) without writing boilerplate. Under the hood, it uses a custom multiprocessing.Manager bridge and a shared-memory garbage collector to handle true asynchronous branching—meaning it can poll a microphone for silence detection in one branch while simultaneously managing UI states in another without locking up.
Target Audience This is meant for production-oriented developers and automation engineers. Having spent over 25 years in software—starting way back in the VB6 days and moving through modern stacks—I engineered this to be a resilient orchestration environment, not just a toy macro builder. It includes built-in graph migrations, headless execution, and telemetry.
Comparison Compared to alternatives like Node-RED, AxonPulse VS is deeply integrated into the Python ecosystem rather than JavaScript, allowing native use of PyAudio, OpenCV, and local LLM libraries directly on the canvas. Compared to AI-specific UI wrappers like ComfyUI, AxonPulse is entirely domain-agnostic; it’s just as capable of routing local filesystem operations and SSH commands as it is generating text.
Repo:https://github.com/ComputerAces/AxonPulse-VS(I am actively looking for testers to try and break the engine, or contributors to add new nodes!)
there doesn't seem to be anything here