CLI and local model workflow
Download a model, run a local chat, inspect a synthetic correction sample, generate and restore a Neural Imprint artifact, and compare answer hashes in a local receipt.
The first Edge developer path is deliberately small: download the preview baseline model, enter a local multi-turn chat, then use a synthetic sample to generate and restore a Neural Imprint artifact with a local comparison receipt.
The current docs use qwen3.5-9b-4bit as the preview baseline; first download and first load can take time.
# install once during Developer Preview
git clone https://github.com/AtomGradient/edge-studio.git
cd edge-studio
python3.11 -m venv .venv
source .venv/bin/activate
python -m pip install -e .
# first local chat
edge models fetch qwen3.5-9b-4bit --source auto
edge demo chat --model qwen3.5-9b-4bit --interactive
Start with a local model chat, then validate the learning loop with a synthetic sample.
Use a source checkout during preview. The public pip package is the intended release path, but it is not published yet.
2Fetch the preview baseline model explicitly, then enter an interactive local chat session before any learning demo.
3Inspect the synthetic sample, generate a local Neural Imprint artifact, restore it under compatibility gates, and compare the receipt.
The CLI path is the fastest way to try Edge. The iOS/Swift path is for app integration and requires preview access plus device validation.
Download a model, run a local chat, inspect a synthetic correction sample, generate and restore a Neural Imprint artifact, and compare answer hashes in a local receipt.
Build the minimal iOS shell, then integrate Edge Kit, Edge Halo, and Edge Scaffold. Requires preview access and real-device validation.
Stream local LLM responses with multi-turn session state.
Text generation guideUse vision-language models for image understanding on device.
Vision guideBuild local speech-to-text and text-to-speech loops.
Speech guideA local personalization artifact that restores user-specific runtime state under compatibility gates without changing model weights.
Model evolutionSwift APIs for local inference, model management, EdgeData, EdgeMesh, EdgeSession, EdgeUI, speech, and vision.
Edge Inference APIRoute and transfer artifacts between trusted user-owned Apple devices.
Device Mesh guide