An EEW system for Linux using JMA data provided by the Wolfx Project.
Find a file
2025-04-18 17:09:58 +02:00
config feat: add realtime vis 2025-02-18 14:21:43 +01:00
constants feat: add warning areas 2024-08-25 13:52:26 +02:00
jmaeew feat: add realtime vis 2025-02-18 14:21:51 +01:00
render Update render.go 2025-02-18 17:35:45 +01:00
seismo init: init commit 2024-08-25 12:20:20 +02:00
utils feat: program won't crash unless something goes very very wrong 2024-08-25 13:27:55 +02:00
vendor feat: add realtime vis 2025-02-18 14:21:51 +01:00
waves feat: add realtime vis 2025-02-18 14:45:03 +01:00
wolfx feat: add realtime vis 2025-02-18 14:21:43 +01:00
.gitignore init: init commit 2024-08-25 12:20:20 +02:00
go.mod feat: add realtime vis 2025-02-18 14:21:43 +01:00
go.sum feat: add realtime vis 2025-02-18 14:21:43 +01:00
LICENSE Initial commit 2024-08-25 12:16:44 +02:00
main.go feat: add realtime vis 2025-02-18 14:21:43 +01:00
README.md Update README.md 2025-04-18 17:09:58 +02:00

hayai

image

An EEW system for Linux using JMA data provided by the Wolfx Project.

This software comes with zero guarantee. This software could fail at any time. I made this since there were no better free and open source alternatives for Linux.

Real time vis

VERY IMPORTANT: Because of how the real time visualisation is implemented, you will have to restart the process when you close the realtime visualisation window.

Installation

Linux

Install the ontake-hayai-git package from the AUR if on Arch. For other distros you can just build hayai from source with go build (only go is required).

You can now use your desktop environment to set the hayai command to run automatically at login.

For KDE that means creating the .config/autostart/hayai.desktop file containing:

[Desktop Entry]
Exec=/usr/bin/hayai
Name=Hayai
Comment=An EEW system for Linux using JMA data provided by the Wolfx Project.
Type=Application
X-KDE-AutostartScript=true

Windows

Clone this repo.

cd into it.

Build this project with go build -ldflags -H=windowsgui (go is required).

Set the hayai.exe to automatically start with your session (by adding a shortcut to it to C:\Users\<User>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.

Configuration

You can configure the software by modifying the values in ~/.config/ontake/hayai/config.yml (on Linux) and C:\Users\<User>\AppData\Roaming\ontake\hayai\config.yml (on Windows) and then restarting hayai.