Home Knowledge Blog Contact

Decentralized Web project

Internet Computer

Our Bridge/Node software can run on either Android phone/tablet, or on Raspberry Pi device.


Android platform is restrictive, however a Raspberry Pi device allows installing Linux - open and flexible platform.


Our current Linux image of bridge/node on Raspberry Pi includes natively — python, node.js, and go-lang pre-installed. A user who is also a developer can deploy a python, javascript, or a go program natively on their own bridge/node, or request deployment on other nodes/bridges.


In addition, the bridge/node image includes a docker container program so that a developer can ‘drop’ a container with any other program on their own bridge/node, or request deployment on other nodes/bridges.


A program running on a Bridge/Node can run on a single device, or be a part of a distributed application - act as Internet Computer.


Back