About
About the project
Source repository, author, license, downloads and feedback channels.
Source repository#
The source code is hosted on GitHub: Alndaly/Mosael.
- Desktop installers: GitHub Releases (macOS arm64
.dmg/ Windows x64 installer, built and uploaded by CI on every tag) - Bug reports / feature requests: GitHub Issues
Author#
Kinda Hall (GitHub @Alndaly · X @KindaHuax).
License#
Mosael is source-available, not open source, under a proprietary license (full text in the repository's LICENSE):
- Allowed: viewing the source, building and running locally for evaluation, learning and personal non-commercial use.
- Not allowed: any commercial use (selling, paid services, SaaS hosting, embedding in commercial products) or redistribution.
- Commercial licensing: contact the copyright holder via GitHub for a separate written license.
Tech stack#
| Layer | Technology |
|---|---|
| Desktop shell | Electron (with a built-in publish executor driving embedded browser views for logins / uploads) |
| Frontend | Vite + React + TypeScript + Tailwind |
| Backend | FastAPI (Python) + SQLite, single source of truth; packaged with PyInstaller |
| AI agent | hosts an external coding-agent CLI (opencode-style) using Mosael's MCP server as its tool surface |
| Docs site | Next.js (this site) |
All user data lives locally in ~/.mosael — no cloud dependency.