Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Terminal within Godot
Let's use terminal within Godot
Supported Engine Version
4.0
Version String
v0.1.1
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL
Godot Terminal Plugin
Overview
Godot Terminal Plugin is a plugin for Godot Engine that provides a terminal-like interface. Users can enter commands to execute shell commands.
Features
- Execute shell commands: Supports commands like
cd
,ls
,pwd
, and more. - Change directory: Use the
cd
command to navigate directories. - Display execution results: The output of executed commands is continuously displayed in the UI.
Installation
- Copy the plugin folder to the
addons/godot_terminal_plugin/
directory in your Godot project. - In the Godot Editor, go to
Project
->Project Settings
->Plugins
. - Enable the
Godot Terminal Plugin
. - Restart the Godot IDE.
Example
Notes
- Some commands may not be supported depending on the execution environment.
- This plugin has only been tested on macOS. If you need support for Windows or Linux, feel free to contact us on GitHub, and let's build it together!
License
This project is licensed under the MIT License.
Let's use terminal within Godot
Reviews
Quick Information

Terminal within Godot
Let's use terminal within Godot
Supported Engine Version
4.0
Version String
v0.1.1
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL