Skip to content

PerryWerneck/pw3270

Repository files navigation

GTK Based 3270 terminal emulator

Screenshot

pw3270 is a modern, GTK-based, completely free tn3270 emulator.

Created originally for Banco do Brasil, it's now an official Brazilian Government Public Software project, and is used worldwide.

License: GPL v3 CodeQL build result

Installation

You can download installation package for supported linux distributions in Open Build Service, the flatpak version from flathub and windows installer from Releases.

Download from open build service Download from flathub Download from github releases

Alternative windows installers for stable and unstable versions are already available on Dropbox and one drive.

Get from dropbox Get from Microsoft One Drive

Building for Linux

```shell
git clone https://github.com/PerryWerneck/pw3270.git
cd pw3270
meson setup build
cd build
meson compile
meson install
```

Building for Windows

  1. Get pw3270 sources

    git clone https://github.com/PerryWerneck/pw3270.git
    cd pw3270
  2. Build package installer

    ./win/bundle

Building for macOS

  1. Get pw3270 sources from git

    git clone https://github.com/PerryWerneck/pw3270.git ./pw3270
    cd pw3270
  2. Install additional dependencies

    brew install adwaita-icon-theme create-dmg scour librsvg
  3. Create app bundle

    ./mac/bundle