The OuderApp is an app used by daycare centres. Unfortunately you can only download photos/videos that are tagged, and not the untagged photos/videos. This tool downloads all historic photos, videos, messages and documents to your local computer.
Download and run one of these files (depending on your operating system):
- Windows (or use the ZIP if the browser or virus scanner prevents downloading it)
- Mac ARM
- Mac x86
- Linux ARM
- Linux x86
You can find all these files on the latest release page.
After opening the file, it's self-explanatory. It will ask you for your daycare centre url, username and password, and where to store the backup. It will then start downloading everything; in the meantime you can see the progress.
If you see any errors or have suggestions, please open an issue.
To create a new release: run deno task compile. To create all releases:
for target in x86_64-pc-windows-msvc x86_64-apple-darwin aarch64-apple-darwin x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu; do
echo "Compiling for $target..."
deno compile --frozen --target $target --allow-all --output build/$target main.ts
doneOptionally code sign the Windows and Mac files to prevent issues with virus/malware scanners.
If you want to run it locally:
- Install deno
- Run
deno install - Run
deno run --allow-all main.ts