Skip to content

fbobe321/omniterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniTerm

A cross-platform terminal built with PyQt6. OmniTerm gives you SSH, serial, and local shell sessions in a tabbed interface, an integrated SFTP file browser, encrypted credential storage, and a dark theme out of the box.

Features

  • Multiple session types — SSH (password or key auth), serial (configurable baud / data bits / parity / stop bits), and local PTY shells.
  • Tabbed sessions with a sidebar session tree (folders supported).
  • Integrated SFTP browser that attaches automatically to SSH sessions for upload / download.
  • Encrypted credentials — passwords are stored with Fernet encryption, optionally protected by a master password (PBKDF2-HMAC-SHA256).
  • xterm.js terminal rendered via Qt WebEngine for accurate ANSI handling.
  • Configurable home directory and an optional shared sessions file.

Installation

pip install omniterm

On Linux you may also need the system Qt WebEngine runtime libraries provided by your distribution.

Usage

After installing, launch from the command line:

omniterm

From a checkout:

pip install -e .
omniterm

Development

git clone https://github.com/fbobe321/omniterm
cd omniterm
pip install -e .
python -m omniterm.main

License

MIT — see LICENSE.

About

A cross-platform terminal: SSH, serial, and local sessions with an integrated SFTP browser.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors