SEAL COMPILER + VIRTUAL MACHINE
Goetia//VM reads the seals of the Lesser Key as what they plainly are: traces and pads. Compile one, run your offering through the VM — ATBASH, ROT13, gematria — and read the result like any other stack trace.
// WHAT IT IS
Every sigil of the Ars Goetia is parsed as a schematic and reduced to an instruction set. Feed the machine an offering and watch it execute — classical letter-transforms, step by step, halting on a value you can read.
Each of the 72 sigils is parsed as a board — nodes, traces, and gates. Watch a medieval seal resolve into a schematic.
A little stack machine runs your input through classical transforms — ATBASH, ROT13, gematria, reversal — and halts on an output.
The full Ars Goetia roster — each with its rank, its seal, and its compiled instruction set, faithfully sourced.
Type an offering; the VM tokenizes it and traces execution one instruction at a time, like a debugger stepping through a program.
Results come back as a readable trace: what transformed, in what order, to what value — no incantation required.
Titles, ranks, and seals sourced faithfully from the grimoire, then re-read through the compiler metaphor.
// HOW IT WORKS
Choose one of the 72 from the roster — by name, rank, or seal.
The sigil resolves to a schematic and an instruction set you can inspect.
Feed the VM a string. It tokenizes the input and loads the stack.
ATBASH, ROT13, and gematria run in order; the stack unwinds to an output.
// SAMPLE TRACE
Nothing here is summoned. The "ritual" is a deterministic pipeline of letter transforms; the output is whatever the machine computes. The pleasure is in the aesthetic — a grimoire that boots.
> target #32 · ASMODAY · King
> compile seal → schematic ........ ok
> offering "make me lucid"
> vm ATBASH → ROT13 → gematria
> step 1 atbash("make me lucid") → "nzpv nv ofxrw"
> step 2 rot13(...) → "amci ai bskej"
> step 3 gematria(...) → 0x1F4
> halt 500 · trace complete
A curio, not a conjuration. Goetia//VM is an art toy for people who like both grimoires and debuggers. It compiles nothing supernatural — it is a deterministic little VM running letter transforms on text you type.
No entities are summoned, contacted, or implied. Enjoy the aesthetic; don't file a bug with the abyss.
// PRIVATE BY DESIGN
The compiler and the VM run entirely on-device. Whatever you type into the console never leaves your phone.
Goetia//VM is coming to the App Store. Mind the stack.