Skip to content
@soulverteam

Soulver

Frameworks & other tools by the team that created Soulver

Mac Apps

An experimental series of advanced Soulvers for testing out new ideas & workflows

  • X1 (2024) introduced multiple tabs per sheet, the header sheet for defining new entities & connecting sheets to JSON APIs, and custom natural language functions
  • X2 (2025) introduced inline subsheets, dividers & slider tokens
  • Demonstrates how to build a simple Soulver-like Mac app in Swift & AppKit using SoulverCore
  • Supports variable & syntax coloring

Frameworks

  • Use Soulver's natural language math engine in your Swift apps.
import SoulverCore
let calculator = Calculator(customization: .standard)
let result = calculator.calculate("45 is what % of 120")

SoulverCore is available as a closed-source xcframework for Apple platforms, and as a dynamic library on Windows & Linux.

Date Parsing (with SoulverCore)

  • Quickly parse dates from strings in any common format, and power natural language date entry features in your Swift apps.
import SoulverCore
let date = "two weeks ago".dateValue

String Parsing (with SoulverCore)

  • A new declarative and type-safe approach to parsing data points from strings (an alternative to regex).
import SoulverCore
let duckCount = "There are 3 ducks in the pond".find(.number)

Command line tools

Standalone versions of Soulver for use from the Terminal

Pinned Loading

  1. SoulverCore SoulverCore Public

    A powerful Swift framework for evaluating natural language math expressions

    Swift 984 41

  2. DateParsing DateParsing Public

    Parse dates from strings, and add a natural language date field to your Swift app

    Swift 14 2

  3. StringParsing StringParsing Public

    Give Swift "better than regex" data parsing features (for many common tasks)

    Swift 155 4

  4. X-Series X-Series Public

    Support the development of advanced Soulver features

    42

Repositories

Showing 10 of 10 repositories

Sponsors

  • @Garbee
  • @bbhack
  • @grandmasterjjs
  • @pascaltiemann
  • @gmc
  • @maronszajn
  • @mrehler
  • @micktwomey
  • @onewil
  • @james-rose
  • @benkirton
  • Private Sponsor
  • Private Sponsor

Top languages

Loading…

Most used topics

Loading…