ISP App Client

A powerful and intuitive desktop application for managing network devices with ease. Built with Go and the Fyne toolkit, this app provides a seamless experience for network administrators and enthusiasts.
โจ Features
- Device Discovery: Automatically scan your network to find devices.
- SSH Terminal: Open an SSH terminal to any connected device.
- Multi-Device Scripting: Run scripts on multiple devices simultaneously.
- Device Management: Save, load, and manage your device list.
- Cross-Platform: Build and run on macOS, Linux, and Windows.
๐ Getting Started
Prerequisites
Installation & Running
-
Clone the repository:
git clone https://github.com/ispapp/psshclient.git
cd psshclient
-
Run the application:
make run
๐ฆ Building for Production
Create distributable packages for different operating systems:
-
macOS:
make build-mac
-
Linux:
make build-linux
-
Windows:
make build-win
๐ค Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue.
๐ License
This project is licensed under the MIT License. See the LICENSE file for details.