Documentation
Guides & Reference
Everything you need to master PseudoFlow.
Quick Start
Get up and running with PseudoFlow in under 5 minutes.
Installation
PseudoFlow is available on all major platforms — Linux, macOS, and Windows. Visit the Releases page to download the latest version.
Web Version
You can also use PseudoFlow directly in your browser at online.pseudoflow.app — no installation required.
Your First Flowchart
Launch PseudoFlow and type pseudocode in the left panel. For example:
print "Enter two numbers:"
read x, y
declare sum = x + y
print "Sum: " + sum Watch the flowchart update in real-time on the right panel. Press F5 or click the Run button to execute the program.