Skip to content

Visual node-edge graph GUI editor, with electron and docker wrapper for frontend,backend,localLLM

License

Notifications You must be signed in to change notification settings

cklam12345/LangGraph-GUI

 
 

Repository files navigation

LangGraph-GUI

LangGraph-GUI-App is an Electron and Docker-based application that provides a user-friendly graphical interface for interacting with LangGraph-GUI-frontend and LangGraph-GUI-backend and LocalLLM such Ollama.

For more infomation, please see official site: LangGraph-GUI.github.io

Prerequisites

Before you start, make sure you have the following software installed on your system:

  • Ubuntu related Linux (ex: Mint)
  • nv-docker (for running ollama)
  • Docker Compose
  • (Optional for electron) npm

Getting Started

Clone the Repository

First, clone the repository and its submodules:

git clone --recurse-submodules https://github.com/LangGraph-GUI/LangGraph-GUI-App.git
cd LangGraph-GUI-App

Docker Compose Setup

Build and start the Docker containers:

docker compose build
docker compose up

Once the containers are up and running, you can access the application at http://localhost:3000.

Electron Wrapper

If you don't like use browser, you can use electron wrapper:

  • To run the Electron wrapper
npm start
  • Building the Application
npm run build

Contributing

We welcome contributions to LangGraph-GUI-App! If you have any suggestions or find any issues, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or feedback, please contact us at homun@posetmage.com.


Thank you for using LangGraph-GUI!

About

Visual node-edge graph GUI editor, with electron and docker wrapper for frontend,backend,localLLM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.7%
  • Dockerfile 39.4%
  • Shell 16.9%