Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.41 KB

Description

Soliloquy is a chat app designed to help you explore dialog between two (or more) imaginary characters.

Perhaps like the ancient Greek philosophers, you want to more fully appreciate different sides of an argument; or as a modern reflection, you want to inquire further into complex, sometimes tentative positions within your psyche.

Soliloquy lets you create groups of "personas" (characters) that can be part of a conversation. You can recall any group to the stage, where you have the opportunity to begin or continue a conversation.

Everything is stored locally, on your device. The app never connects to the internet. You can save conversations, or delete them for privacy. It's up to you.

Status

v0.1.0: Basic conversation functionality exists, with the ability to choose personas and switch among them. Only the 12 preset personas work at this time.

Will it run on my computer?

Soliloquy is intended to run on Linux, Windows, and Mac OS.

Development

If you'd like to give Soliloquy a spin before its first release, or if you'd like to help contribute, you can clone this repository and run it using neutralinojs:

pnpm add -g @neutralinojs/neu

git clone https://github.com/canadaduane/soliloquy
cd soliloquy
pnpm install

pnpm run dev