Skip to content

nolze/tiny-wifi-analyzer

Repository files navigation

Tiny Wi-Fi Analyzer

CD Buy Me A Coffee donate button

Simple, open-source Wi-Fi channel and strength analyzer for macOS. Made with PyObjC, pywebview, ApexCharts, PyInstaller.

screenshot

Requirements

  • macOS 10.15 (Catalina) or later (may work in 10.14 and earlier)

Download

Visit the latest release

Important notes

Because the application is not signed, you will need to follow the steps below in order to run the application.

  1. Right-click on the app icon,
  2. select "Open" from the context menu, and
  3. select "OK" in the dialog below.

On macOS 14 Sonoma and later, Location Services permission is required to get Wi-Fi SSIDs. Please enable Location Services by following the instructions.

Todos

  • Bundle scripts with Parcel
  • Prepare GitHub Pages

Mentions

Develop

git clone https://github.com/nolze/tiny-wifi-analyzer
cd tiny-wifi-analyzer
poetry install
poetry run python -m tiny_wifi_analyzer

# Frontend
pnpm install
pnpm run watch # or pnpm run build

# Packaging
make build

License

Copyright 2020 nolze

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.