Open Interpreter
Open Interpreter is a tool that allows users to use language models to run code (Python, Javascript, Shell, etc.) locally, providing a natural-language interface to a computer’s general-purpose capabilities. It has features such as an interactive chat, programmatic chat, saving and restoring chats, customizing system messages, changing the model, and debug mode. It is open source and licensed under the MIT License.
Note: This is a GitHub repository, meaning that it is code that someone created and made publicly available for anyone to use. These tools could require some knowledge of coding.