Skip to content

anas-rabhi/claude-windows-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Windows Assistant

This is an interactive command line Windows assistant powered by Claude 3.5. The work is heavily inspired by claude-engineer (Doriandarko) (thank you 😀). The main difference is that this assistant has only two tools: one tool allows writing and executing Python code to perform any task on the computer, and the second tool is an LLM. I have been using Claude 3.5 for a while now, and the quality of its code is very advanced. That's why I thought that giving Claude full control of a Windows computer could be very powerful... or risky 😅

This repo is in an early stage, and I am still experimenting. I am using Claude 3.5 sonnet through the Bedrock API for now.

Small demo

demo.mp4

Quick start

Install a new python env :

python -m venv ./venv

Activate it :

.\.venv\Scripts\activate

Run main.py :

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages