Skip to content

piku235/mobgtw-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Runtime for Mobilus Cosmo GTW

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.

Overview

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>

Installation

Log in to Cosmo GTW via SSH and run:

wget --no-check-certificate -qO- https://raw.githubusercontent.com/piku235/mobgtw-runtime/main/install.sh | sh

The runtime will be installed at /opt/jungi.

About

A newer OpenWRT runtime targeted for Mobilus Cosmo GTW

Topics

Resources

Stars

Watchers

Forks

Languages