Installation Guide¶
Get Nodo up and running on your system.
System Requirements¶
Minimum Requirements¶
- OS: Windows 10/11 or Linux (Ubuntu 20.04+)
- CPU: Dual-core processor (2 GHz+)
- RAM: 4 GB
- GPU: OpenGL 3.3 compatible graphics card
- Storage: 200 MB free space
Recommended Requirements¶
- OS: Windows 11 or Linux (Ubuntu 22.04+)
- CPU: Quad-core processor (3 GHz+)
- RAM: 8 GB or more
- GPU: Dedicated graphics card with 2 GB VRAM
- Storage: 500 MB free space
Download Nodo¶
Download the latest version from the official website: nodo3d.com
Choose your platform: - Windows: Nodo-Windows-x64.zip - Linux: Nodo-Linux-x64.AppImage
Installation Instructions¶
Windows¶
- Download the Windows ZIP file
- Extract to a folder (e.g.,
C:\Program Files\Nodo) - Run
nodo_studio.exe - Optional: Create a desktop shortcut
Windows Defender
Windows may show a SmartScreen warning for unsigned applications. Click "More info" → "Run anyway".
Linux¶
- Download the AppImage file
- Make it executable:
- Run the AppImage:
Desktop Integration
Most Linux systems will prompt to integrate the AppImage into your application menu.
First Launch¶
What to Expect¶
On first launch, Nodo will: 1. Create a settings directory in your home folder 2. Open with a default empty scene 3. Display the node graph, viewport, and panels
Default Layout¶
- Left: Node Library panel
- Center: Node Graph (bottom) and Viewport (top)
- Right: Property Panel
You can rearrange panels by dragging their title bars.
Verify Installation¶
Quick Test¶
- Open Nodo
- Add a Sphere node from Node Library → Generator
- You should see a sphere in the viewport
If you see the sphere, Nodo is working correctly! ✅
Troubleshooting¶
"Failed to initialize OpenGL"¶
Your graphics driver may be outdated.
Solution: - Update your graphics drivers - For Intel integrated graphics, ensure OpenGL 3.3+ support
"Missing DLL" (Windows)¶
Solution: - Download and install Visual C++ Redistributable
Crash on Startup¶
Solution: 1. Check system requirements (OpenGL 3.3+) 2. Update graphics drivers 3. Try running from terminal to see error messages
Blank Viewport¶
Solution: - Check that a node is connected to Output - Press F to frame geometry - Toggle wireframe/shading modes
Configuration¶
Settings Location¶
Nodo stores settings in:
- Windows:
%APPDATA%/Nodo/NodoStudio/ - Linux:
~/.config/Nodo/NodoStudio/
Recent Files¶
Recent projects are tracked automatically in settings. Access via File → Recent Projects.
Reset Settings¶
To reset to defaults, delete the settings directory (application must be closed).
Uninstallation¶
Windows¶
- Delete the Nodo folder
- Optionally delete settings:
%APPDATA%/Nodo/
Linux¶
- Delete the AppImage file
- Optionally delete settings:
~/.config/Nodo/
Next Steps¶
Now that Nodo is installed:
- Quick Start Guide - Build your first model in 30 minutes
- Interface Overview - Learn the UI layout
Getting Help¶
Resources¶
- Documentation: Full docs
- Support: Contact support via the website
- Feature Requests: Submit via the website
Happy modeling! 🚀