The missing app in your workflow is yours to build
We give you the shell, the memory, the sandbox, and the store. You write the app your work is missing. It helps your workflow first, and the store carries it from there.
An Axis app is a folder
No framework to learn and no build step to fight. Plain HTML, CSS, and JavaScript in a folder, plus a small manifest. Point Axis at it and it runs in the sidebar.
{
"id": "my-app",
"name": "My App",
"version": "0.1.0",
"icon": "icon.svg",
"entry": "index.html",
"oneLiner": "One sentence a user skims in the store.",
"permissions": ["memory:write"]
}
Three things you do not have to build
-
01
Memory as a service
Hand Axis a fact worth keeping and it files that fact into the user's memory in one consistent format. You never touch their files, and every AI they use benefits from what your app learned.
-
02
A vault of their choosing
Ask for one folder and the user grants it. Paths can never escape the vault, deletes go to the Recycle Bin, and Axis tells you when files change on disk.
-
03
Dictation without audio
The shell records the microphone and hands your app finished text, transcribed on the machine. Your code never touches audio, which is exactly what users want to hear.
The entire list, on one screen
Users see this list at install and approve it once. Everything not on it is denied. Asking for nothing is a feature, and the store says so on your app's page.
| Permission | What it allows |
|---|---|
| memory:write | Hand facts about the user to Axis, filed in the shared memory in a consistent format. |
| memory:read | Read the user's memory, including facts written by other apps. |
| vault | Read and write files in one folder the user grants. Paths can never escape it. |
| dictation | Ask the shell to record and transcribe on the machine. The app receives text, never audio. |
| open-external | Open links in the user's own browser. |
Build it for your workflow. Ship it to everyone's.
The full spec ships inside Axis, and uploads happen straight from the sidebar. Store submissions open to outside builders soon.
Download Axis