A downloadable tool for Windows, macOS, and Linux

Oracle - Random Table Roller for Tabletop RPGs

A desktop app that turns your Obsidian vault into a powerful random table rolling system.

Oracle parses tables written in Perchance syntax from your markdown files and lets you roll on them with interactive results. Perfect for D&D, RPGs, and any tabletop game that uses random tables.

Features

  • Obsidian Integration - Point it at your vault and roll on any table
  • Interactive Results - Click subtables to re-roll specific parts
  • Smart Search - Find tables instantly with keyboard shortcuts (1-9 for quick select)
  • Roll History - Track your results with timestamps
  • Keyboard Navigation - Efficient workflow with arrow keys and shortcuts
  • Responsive Design - Works from mobile-width to full desktop

Guide

Write tables in markdown code blocks using Perchance syntax:

```perchance

title

  Random Encounters

output

  You encounter [creature] near [location]

creature

  A pack of wolves

  A wandering merchant  

location

  A babbling brook

  An old stone bridge

```

Oracle automatically resolves all subtables in one roll, giving you complete results instantly.

Who is this for

  • D&D DMs with random encounter tables
  • RPG players who love random generation
  • Anyone using Obsidian for tabletop gaming notes
  • Streamlining complex multi-table rolls

No installation required - just download and run!

Made by Script Wizards. Open source on GitHub.

Updated 1 day ago
StatusIn development
CategoryTool
PlatformsWindows, macOS, Linux
Rating
Rated 5.0 out of 5 stars
(4 total ratings)
AuthorScript Wizards
GenreRole Playing
TagsSolo RPG, Tabletop role-playing game

Download

Download
Oracle.1.1.2.exe 77 MB
Download
Oracle-1.1.2.dmg 115 MB
Download
Oracle-1.1.2.AppImage 116 MB

Install instructions

Launch or install the app. On Mac, you may have to Cmd+Click or Right Click then open the app as it's currently unsigned. On Windows, you might see a security screen, which you can ignore.

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

Other features that would be nice: variable assignment, logic, and the ability to add scripts in some other language.

(1 edit) (+2)

Great suggestion! I originally envisioned Oracle as an extension of perchance.org. I wanted to get feature parity with the perchance grammar. This has been mostly achieved by this Rust implementation. I plan on adding these features to Oracle next year. This would take care of variables and boolean logic.

Embedded scripts from another language is also something I thought of doing, though limited to Lua or Python for now. I am in the process of rewriting this to support Go and Lua, heavily inspired by this Slay the Spire clone which supports Lua scripting.