RenOff is a lightweight Windows app (WPF, .NET) for quick notes and to-dos, with reminders and “nudges” that help you review pending items.
Version 1.0.0 is the first full stable release. Feedback and bug reports are welcome.
- Notes and to-dos in a single list
- Item reminders (snooze / dismiss)
- Reading “nudge” reminders to review pending to-dos
- Runs in the system tray (close-to-tray supported)
- Offline-first: data stays local
- Themes: Light/Dark (Modern style)
- UI style: Classic/Modern (Classic disables themes)
- Languages: Italian / English
- Drag & drop reorder (persistent)
- Backup export/import (JSON)
- Encrypted backup export/import
- App lock with password protection
- Recovery code support for lock reset
- No sync, no account, no telemetry
- Local database:
%LOCALAPPDATA%\RenOff\renoff.db
From the app Settings tab you can:
- Export a
.renoff.jsonbackup (items + reminders) - Export an encrypted
.renoff.encbackup with passphrase protection - Import a backup (replace all or merge)
- Import encrypted backups by entering the correct passphrase
- Optional app lock with password protection
- Recovery code shown once during password setup
- If the recovery code is used, app lock is disabled and timeout returns to
Neverfor safety
On first launch, when the local database is empty, RenOff creates two sample items:
Prova: aggiungi un to-doProva: nota rapida
They are only starter examples to show how the app works, and can be edited or deleted at any time.
GitHub Releases provide two Windows assets:
RenOff-Setup-1.0.0.exe: installer versionRenOff-v1.0.0-win-x64-self-contained.zip: portable version
Recommended for most users:
- Use the installer for the simplest setup
- Use the portable zip if you prefer to extract and run the app manually
Requirements: .NET SDK 8
dotnet restore
dotnet build
dotnet run --project src/RenOff.Appdotnet publish .\src\RenOff.App\RenOff.App.csproj -c Release -r win-x64 --self-contained true -o .\artifacts\publish\win-x64Output folder:
artifacts\publish\win-x64\
Zip it, for example:
RenOff-v1.0.0-win-x64-self-contained.zip
- Push the code to GitHub
- On GitHub: Releases → Draft a new release
- Tag:
v1.0.0 - Title:
RenOff 1.0.0 - Attach:
RenOff-Setup-1.0.0.exeRenOff-v1.0.0-win-x64-self-contained.zip
- Publish the release
Open a GitHub Issue with:
- app version (1.0.0)
- Windows version (10/11)
- expected vs actual behavior
- screenshots (if helpful)