Angry IP Scanner - fast and friendly network scanner
Go to file
2025-10-14 00:09:50 +03:00
.github use more recent github runners 2025-08-18 23:34:51 +03:00
.idea #455 update SWT and minimum Java version to 17 2025-08-13 15:33:50 +03:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext fix start script that Java 17+ is now required 2025-10-13 23:16:37 +03:00
gradle/wrapper update Gradle 2025-08-13 17:08:39 +03:00
resources report exceptions with a more unique param 2025-08-13 17:01:44 +03:00
src/net/azib/ipscan be compatible with SWT 3.131 2025-10-13 23:34:42 +03:00
test/net/azib/ipscan amazingly, ARPPingerTest started failing on Windows as well, but worked a few builds ago 2025-08-18 23:56:01 +03:00
.gitignore ignore src zips 2020-05-18 00:16:58 +03:00
build-native-image.sh allow changing of mac separator 2020-12-27 22:22:11 +02:00
build.gradle upgrade SWT and set the necessary manifest attributes to be able to extract native libraries 2025-10-14 00:09:50 +03:00
CHANGELOG will release 3.9.2 soon 2025-08-18 23:53:09 +03:00
gradle.properties add jvm args for tests 2023-02-11 12:00:01 +02:00
gradlew can compile with gradle and Java 11 2018-11-21 00:03:45 +02:00
gradlew.bat can compile with gradle and Java 11 2018-11-21 00:03:45 +02:00
LICENSE * LICENSE file added (GPL) 2007-07-24 22:02:50 +00:00
Makefile update README and other files for gradle 2018-12-22 22:03:46 +02:00
README.md correct the fact that windows installer can no longer be built on Linux (due to jlink) 2022-01-30 13:35:05 +02:00
TODO.md allow changing of mac separator 2020-12-27 22:22:11 +02:00
update-mac-vendors.sh update MAC vendors 2022-12-18 21:32:19 +02:00

Angry IP Scanner

This is the source code of Angry IP Scanner, licensed with GPL v2. Official site

The code is written mostly in Java (currently, source level 11). SWT library from Eclipse project is used for GUI that provides native components for each supported platform.

The project runs on Linux, Windows and macOS.

Helping / Contributing

As there are millions of different networks, configurations and devices, please help with submitting a Pull Request if something doesn't work as you expect (especially macOS users). Any problem is easy to fix if you have an environment to reproduce it 😀

For that, download Intellij IDEA community edition and open the cloned project. Then, you can run Angry IP Scanner in Debug mode and put a breakpoint into the desired Fetcher class.

Building Actions Status

Use Gradle for building a package for your desired platform:

./gradlew or make in the project dir for the list of available targets.

./gradlew current would build the app for your current platform

The resulting binaries will be put into the build/libs directory. Run jar files with java -jar <jar-file>.

Deb and rpm packages can be built only on Linux (tested on Ubuntu). Windows installer can be built on Windows only.

./gradlew all will build packages for all OS (tested on Ubuntu only, see dependencies below).

Dependencies

On Ubuntu install the following packages:

sudo apt install openjdk-11-jdk rpm fakeroot

Install OpenJDK on other platforms as you usually do it.