# visionA Innovedus visionA monorepo. Currently contains: ## Subprojects ### `local-tool/` **visionA-local** — local-first edge AI desktop tool, derived from edge-ai-platform. Wails + Go + Next.js, packaged as macOS dmg / Windows exe / Linux AppImage. See [`local-tool/README.md`](./local-tool/README.md) for details. ## Repository This repo is mirrored across two hosts: - **Gitea (primary)**: https://gitea.innovedus.com/jim800121/visionA - **GitHub (mirror)**: https://github.com/jim800121/visionA (private) Use the `pushall` git alias to push to both: ```bash git config alias.pushall '!git push gitea main && git push github main' git pushall ``` ## License TBD (internal use)