Skip to content

Pauullamm/logos-ai

Repository files navigation

Logos(λὀγος) AI

A Greek-English interlinear New Testament reader desktop app built on top of Electron.

Screenshot 2025-02-24 at 20 16 06

Key Features

  • Reader 📖

    • Read through interlinear Greek and English text from the New Testament
    • Text-to-speech functionality to help with pronunciation
    • Note taking with each verse
  • Ask AI ✨

    • AI functionality that allows you to highlight words that you would like to know more about
    • Breaks down grammar usage and morphology for the reader
  • Cross platform 🍎🪟🐧

    • Configure for Windows, macOS and Linux platforms where desired.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/pauullamm/logos-ai.git

# Go into the repository
$ cd logos-ai

# Install dependencies
$ npm install
$ cd ../server && npm install

# Run the app (in separate terminals)
$ npm run dev
$ cd server && node server.js

To build the desktop app, run the following commands:

# Make sure you have a build folder with the icons for your application in them
$ npm run build && npm run dist
# This creates the application in the root folder called dist where the executable file is located

Note If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

License

MIT

About

An interlinear Greek-English reader with AI integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors