A modern OpenWRT runtime for Mobilus Cosmo GTW that runs on the legacy OpenWRT 15.05.1. This runtime leverages the dynamic linker and libraries from OpenWRT 24, enabling modern applications to run without upgrading the system. With it, you can run apps like mobmatter and moblink directly on Cosmo GTW.
The runtime comes together with a lightweight package manager replica that is entirely written in bash for simplicity.
Currently, the package manager supports two packages: mobmatter and moblink.
To install a package:
/opt/jungi/bin/pkg install <package_name>To update the package:
/opt/jungi/bin/pkg update <package_name>And to remove the package
/opt/jungi/bin/pkg remove <package_name>Log in to Cosmo GTW via SSH and run:
wget --no-check-certificate -qO- https://raw.githubusercontent.com/piku235/mobgtw-runtime/main/install.sh | shThe runtime will be installed at /opt/jungi.