Upload macOS disk images, GGUF model files, or static site ZIPs. LocalSpace extracts, inspects, serves, and runs inference — all in one Hugging Face Space. No Gradio. No API keys. Pure FastAPI.
Upload .dmg → 7z extracts server-side, finds .app bundles, reads Info.plist, lists files, SHA-256 hashes.
Upload .gguf → parse metadata, load with llama-cpp-python, serve OpenAI-compatible /api/inference/chat endpoint.
Upload a static site ZIP → get a hosted URL. Base-tag injection, full MIME support, file tree browsing.
Upload ChatGPT export (conversations.json or .zip) → get a browsable dApp with sidebar, search, and message viewer.
Paste any URL → get a macOS .app bundle wrapper. Creates Info.plist, executable, and HTML fallback.
Auto-detects /data mount on HF Spaces. Falls back to local storage. All artifacts survive restarts when mounted.
Paste a web app URL to generate a .app bundle wrapper that opens it on macOS.