✓ Photo Editor App
The entire desktop application — Tauri 2, Rust core, native GPU (Metal/wgpu), React/TypeScript UI.
The full MeraRAW photo editor is now open source. Clone, build, and run it locally — or contribute back.
The complete MeraRAW photo editor application is open source under the Apache License 2.0. This includes the full RAW editing engine, AI assistant integration, mask tools, catalog, and export pipeline.
The entire desktop application — Tauri 2, Rust core, native GPU (Metal/wgpu), React/TypeScript UI.
Full RAW decode, non-destructive editing pipeline, GPU-accelerated rendering with cache-the-chain optimization.
Natural language editing with Claude integration — sees your edits as labeled slider moves, not hidden filters.
On-device subject segmentation, sky detection, radial/linear/brush masks with scoped editing stacks.
Note: This marketing/landing website is not open source — only the photo editor application.
MeraRAW is built with Tauri 2 + Rust + React. Follow these steps to build and run locally on macOS, Windows, or Linux.
git clone https://github.com/kaimai-apex/MeraRAW.git cd MeraRAWnpm installnpx tauri devThis launches the MeraRAW app in development mode.
npx tauri buildCreates an optimized production build. The installer/binary will be in src-tauri/target/release/bundle/.
To enable the AI assistant, set the ANTHROPIC_API_KEY environment variable to your Claude API key before running npx tauri dev. Without this, you can use MERATECH_ASSISTANT_MOCK=1 for an offline demo mode.
cd src-tauri cargo test -p meratech-coreRuns the full headless test suite (~70 tests covering all phases).
For detailed build instructions, troubleshooting, and platform-specific notes, see the README on GitHub.
We welcome contributions! Whether it's bug fixes, new features, documentation improvements, or testing, every contribution helps make MeraRAW better.
Found a bug? Open an issue on GitHub Issues with reproduction steps and your environment details.
Have an idea for a new feature or improvement? Open a GitHub issue or discuss it on Discord.
Fork the repo, create a feature branch, make your changes, and submit a PR. Follow the existing code style and include tests where applicable.
Documentation improvements are always welcome — whether it's fixing typos, clarifying instructions, or adding examples.
git clone https://github.com/YOUR_USERNAME/MeraRAW.gitgit checkout -b feature/my-featuregit commit -m "Add feature X"git push origin feature/my-featurekaimai-apex/MeraRAW:mainsrc-tauri/tests/ and core/src/ for examples)cargo test and cargo clippy before submittingMeraRAW is licensed under the Apache License, Version 2.0. You are free to use, modify, and distribute the software, even for commercial purposes, as long as you comply with the license terms.
If you discover a security vulnerability, please report it responsibly. Email us at security@meratech.co with details, and we'll work with you to address it promptly.
Connect with other MeraRAW users and contributors.
Based on v0.1.9-andrew
Apache License 2.0
Always on the main branch — clone and build to get the latest