Skip to content

Windows installer? #2567

Answered by fuegovic
Biggly asked this question in Q&A
Apr 28, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

the easiest way to get going, is to use docker
source: https://docs.librechat.ai/install/installation/docker_compose_install.html

If you don't want to go through this but want to experience LibreChat, feel free to use our demo: https://demo.librechat.cfd/

Docker quick start:

Here's the quick summary to get started with the default configuration:

Requirement: Git and Docker

  • Clone the repo
  git clone https://github.com/danny-avila/LibreChat.git
  • navigate to the LibreChat folder
  cd LibreChat
  • Create a .env from the .env.example
    • note: you might need to use copy instead of cp if you're using Windows 10
  cp .env.example .env
  • Start LibreChat
  docker compose up -d
  • Access LibreChat

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Biggly
Comment options

Answer selected by Biggly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants