Potensio is a lightweight all-in-one desktop productivity suite designed to keep things fast, simple, and efficient. It provides six core modules: File Staging, Pomodoro Timer, Kanban, To-Do, Clipboard Manager, and Image/PDF Converter & Compressor. Unlike most cross-platform apps, Potensio runs natively without relying on heavy browser engines.
- C++17
- Dear ImGui
- STB Image
- SQLite (3.50.4)
- CMake
Currently, Potensio only supports Windows, as the GUI is implemented with raw WGL. Cross-platform support is possible in the future, but development is currently focused on Windows.
- Create a build directory and move into it
- Run the following commands (or use Visual Studio directly):
cmake .. -G "Visual Studio 17 2022" -A x64
cmake --build . --config Debug
See Wiki.
Initiated by (Alviansyah Maulana Iskandar) for personal workflow.

