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.
You can download installation package for supported linux distributions in Open Build Service, the flatpak version from flathub and windows installer from Releases.
Alternative windows installers for stable and unstable versions are already available on Dropbox and one drive.
```shell
git clone https://github.com/PerryWerneck/pw3270.git
cd pw3270
meson setup build
cd build
meson compile
meson install
```
-
Get pw3270 sources
git clone https://github.com/PerryWerneck/pw3270.git cd pw3270 -
Build package installer
./win/bundle
-
Get pw3270 sources from git
git clone https://github.com/PerryWerneck/pw3270.git ./pw3270 cd pw3270 -
Install additional dependencies
brew install adwaita-icon-theme create-dmg scour librsvg
-
Create app bundle
./mac/bundle
