forked from x/ContextOS
contexts
contexts通过集群化、模块化、自动化,可以在各种设备上,一键搭起云计算服务。
install
install by source
export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source
install by binary
export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp binary
webview
then open http://localhost:9020
Languages
JavaScript
40.8%
Shell
22.4%
HTML
20.9%
CSS
9.4%
Go
4.7%
Other
1.7%