Skip to content

sunbird89629/studio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

209 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTerm

An open-source, AI-powered, plugin-driven terminal emulator built with Flutter.

Highlights

  • Open Source — Cross-platform desktop terminal for macOS, Windows and Linux
  • AI — Built-in AI copilot powered by Gemini / OpenAI
  • Plugins — Extensible plugin system: Terminal, File Manager, SSH and more

Build

git submodule update --init
git pull --recurse-submodules

flutter pub get
flutter run -d macos    # or: -d windows, -d linux

Configuration

Configuration file location: ~/.config/openterm/config.jsonc

  • macOS / Linux: ~/.config/openterm/config.jsonc
  • Windows: C:\Users\<username>\.config\openterm\config.jsonc

About

The Flutter based terminal emulator and more!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dart 88.1%
  • C++ 3.9%
  • CMake 3.1%
  • HTML 2.4%
  • CSS 1.5%
  • Ruby 0.5%
  • Other 0.5%