💾 Data Storage

How your files and settings are stored

All files, settings, and session history are stored in your browser's localStorage. APL Run requests persistent storage to prevent automatic eviction by the browser.

Nothing is sent to any server — everything stays on your machine.

Your Storage Status

Persistence Checking…
Storage used
Storage quota

What is Stored

ItemStorage Key
APL source filesapl-files
Currently open fileapl-current-file
Editor content (autosave)apl-code
Session command historyapl-session-history
Font size preferenceapl-font-size
Editor/Session modeapl-mode

Backups

Back up your work regularly. Use the Export function in the file tree to download your files. Browser storage can be cleared by the user or the browser at any time.