Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perquisites

  • wsl

Install Claude UI

  1. clone project to wsl
  2. add .ENV file and add ANTHROPIC_API_KEY={your-key}

Run Claude AI:

  1. run this command source .venv/bin/activate && python3 app.py

Create .bat file to run it

@echo off
REM Advanced script to launch ClaudeUI in WSL with more flexibility

REM Launch the application minimized and detached
start /B "" wsl -e bash -ic "cd && cd ClaudeUI && source .venv/bin/activate && python3 app.py"

REM Exit the batch script
exit

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages