# Using open-interpreter to automate tasks with Claude [[Open Interpreter]] enables using LLMs in the terminal. It includes an "OS" mode that lets AI take control of your machine. It uses Claude from Anthropic. To use it: - Install Python - Install Pip - Install Open Interpreter: `pip install Anthropic's open-interpreter` - Start the OS mode: `interpreter --os` - Add your Claude API key ## Related - [[Open Interpreter]]