LaTeX
Math-first LaTeX editor. Describe what you want in prose; an AI sub-agent writes and edits the .tex files for you while you preview the math live.
Edits offline
Install
Open the App Store mini-app in your Möbius shell and paste:
https://raw.githubusercontent.com/mobius-os/app-latex/main/mobius.json
Möbius shows the requested permissions, then installs.
Runtime libraries
This app loads the following ES modules from esm.sh on first open:
katexdompurify
Manifest
Show mobius.json
{
"id": "latex",
"name": "LaTeX",
"version": "1.1.0",
"description": "Math-first LaTeX editor. Describe what you want in prose; an AI sub-agent writes and edits the .tex files for you while you preview the math live.",
"author": "mobius-os",
"license": "MIT",
"homepage": "https://github.com/mobius-os/app-latex",
"entry": "index.jsx",
"icon": "icon.png",
"offline_capable": true,
"permissions": {
"cross_app_access": "none",
"share_with_apps": "none"
},
"storage_seeds": {
"files/welcome.tex": "files/welcome.tex",
"chat_id.json": null,
"files-index.json": [
"files/welcome.tex"
]
},
"runtime": {
"imports": [
"react",
"react-dom"
],
"esm_deps": [
"katex",
"dompurify"
]
}
}
Feedback
Something feel off, or want to suggest an iteration? Open an issue at app-latex/issues — the app's maintainer reads them.