AnotherOne is a greenfield desktop and mobile app built around local agent workflows.
Download the latest desktop builds from the current GitHub release:
Run the desktop app:
bash ./scripts/dev-watch.shThe desktop target is macOS and Linux.
On macOS, build a locally signed .app bundle and .dmg with:
scripts/package-macos.shThe package lands under target/release/macos/. To open the generated DMG
when packaging finishes, pass --open:
scripts/package-macos.sh --openThis is intended for personal installs on your own Mac. It uses ad-hoc codesigning, so it is not a notarized public distribution build.
