local-tool/: visionA-local desktop app
- M1: Wails shell + Go server + Next.js UI + Mock mode (macOS dmg ready)
- M2: i18n (zh-TW/en) + Settings 4-tab refactor
- M3: Embedded Python 3.12 runtime (python-build-standalone) + KneronPLUS wheels
- M4: Windows Inno Setup script (build on Windows runner)
- M5: Linux AppImage script + udev rule (build on Linux runner)
- M6: ffmpeg (GPL, pending legal review) + yt-dlp bundled
- Lifecycle: watchServer health check, fatal native dialog,
Wails IPC raise endpoint, stale process cleanup
.autoflow/: full PRD / Design Spec / Architecture / Testing docs
(4 rounds tri-party discussion + cross review)
.github/workflows/: macOS / Windows / Linux build CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
693 B
Markdown
28 lines
693 B
Markdown
# 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)
|