Ordito is a local-first desktop app. It stores everything on your device and does not contact any server to save, run, schedule, or review your commands.
Everything you create is kept in a local SQLite database in your operating system's standard application data directory:
Ordito runs the shell commands you choose to save. Those commands can do anything a normal shell command can, including making network requests. That behavior comes from your commands, not from Ordito — Ordito itself does not transmit command data or run history to any server.
Ordito is open source under the MIT License. The complete source code is available at github.com/tonmoydeb404/ordito for anyone to inspect.