Lantenna is a Tauri-based Mac OS X program that scans the local LAN and displays discovered hosts, host names, and open ports.
Latest release: v1.0.1 · Download
Important
LLM Disclosure: This project was developed with the assistance of large language models (AI coding tools).
# Clone the repository
git clone https://github.com/L-K-M/Lantenna.git
cd Lantenna
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri buildThe built program will be in src-tauri/target/release/bundle/dmg/
