Public site and support hub for Lutaro - a native iPhone, iPad, and Mac app for managing Sony camera Picture Profiles and Creative Looks. Build a reusable library of looks, organize them with tags, and write them to your camera's slots over Wi-Fi or USB.
- App Store: https://apps.apple.com/app/lutaro/id6799778506
- Camera setup guide: https://tarakanof.github.io/Lutaro-Site/setup/
- Create a profile file: https://tarakanof.github.io/Lutaro-Site/format/
- Camera compatibility: https://tarakanof.github.io/Lutaro-Site/compatibility/
- Privacy policy: https://tarakanof.github.io/Lutaro-Site/privacy/
- Support: https://tarakanof.github.io/Lutaro-Site/support/ - email lutaro@akitaka.me, or open an issue (bug reports, questions, and feature requests welcome)
Lutaro collects no data: no accounts, no analytics, no tracking, no servers. Your profile library stays on your device (or in your own iCloud). See the full policy.
Lutaro is an independent product - not made, owned, endorsed, or supported by Sony. "Sony" and "α" are trademarks of their respective owners. Support for Lutaro is provided by the developer (lutaro@akitaka.me), not by Sony.
This repository hosts the static site served at https://tarakanof.github.io/Lutaro-Site/ via GitHub Pages. The app itself is developed in a separate private repository.
The site is built with Astro: pages live in
src/pages/, the shared layout in src/layouts/Base.astro. Pushing to
main builds and deploys via .github/workflows/deploy.yml. Local dev:
npm install && npm run dev.
npm run check is the pre-merge gate: unit tests (npm test), astro build,
then an internal-link check over dist/. The /compatibility/ page is
generated at build time from the vendored catalog export in src/data/ - see
src/data/README.md for what is generated and how to
refresh it. The build fails rather than publishing a camera claim it cannot
validate.