codingThe Best Way To Use Auto-GPT

Manpreet Singh
2 min readApr 19, 2023

Welcome back! ChatGPT has taken over the world (not in a literal sense), and there have been tons of spin off projects from ChatGPT, including Auto-GPT! So, let’s take a look at one of the best ways to use Auto-GPT right now! This is by using the autogpt-gui project on GitHub! This brings in a GUI to AutoGPT, making it even easier to setup! Here is a link to this project:

This specific project has a ton of features built in, including the ability to use all of the elements within this GUI, actual integration of autogpt, and this is just the alpha version! If you want to install this project, you can use these commands to install this project:

  git clone https://github.com/thecookingsenpai/autogpt-gui
cd autogpt-gui
npm install

After installing it, you can then place the autogpt-gui in your autogpt folder, then, you can run the following commands:

    cd autogpt-gui
npm start

You should then be able to see the GUI pop up on your display!

--

--