Osiris (software)


Osiris Serverless Portal System is a freeware program used to create web portals distributed via peer-to-peer networking and autonomous from centralized servers. It is available for Microsoft Windows and Linux operating systems.
Unlike common tools used to publish information on the Internet, such as content management systems, Internet forums or blogs based on a centralized system, the data of an Osiris portal are shared between all its participants. Because all the contents necessary for navigation are replicated on every computer, the portal can be used without a central server. Thus, the portal is always accessible because it is immune to denial of service attacks, Internet service provider limitations and hardware failure. In this way, a web portal can be operated at very low costs and free from external control.

History

Osiris was started by a developer named "Berserker" as an outgrowth of KeyForum. Osiris was written in C++ and designed to be decentralized, indestructible and expand beyond a simple a web forum. "Clodo" joined the project several months later.
Osiris was officially announced on October 2, 2006 after 2 years of development. The team is composed of 2 developers, two employees and a group of supporters/beta-testers.
Starting from version 0.12, Osiris has become multi-platform, this was possible by migrating from the Visual Studio to the wxWidgets library.

Key features

Osiris is the result of a union between peer-to-peer technology and web portals.
Osiris differs from classic P2P programs in that it is focused on security and distributed data management.

Security

The Reputations system and the subsequent generation of multiple points of view of a portal is one of the most innovative aspects of the program. Unlike "traditional" systems where the computational work is always made by a central server, Osiris use a distributed approach, where the majority of the works is made by users of a portal, due to this there may be more distinct points of view of a portal, depending on used account.
Each user is free to give reputation to another user according to its contribution to the portal, based on these reputations, the system processes the pages by removing the contents of users evaluated negatively and importing the reputations of users considered positively. This allow the creation of a network of assessments that allows management of a portal. Note that each client processes the data independently on its machine in a process that is called stabilization of the portal.

Monarchist and anarchists portals

When a user creates an Osiris portal, the user must choose between two systems of moderation, namely "anarchist" and "monarchy". The choice cannot be changed after the portal is created. In an anarchic portal, every user can rate another user and thus influence that user's reputation among all users of the portal. In this way, a portal can be moderated without the use of a central server. The first reputation is always positive and is set to the administrator, the user who publishes the invitation link to the portal. In a monarchy portal, only the portal administrator and moderators can generate reputations, and delete or promote contents on the portal.

Isis Gateway

Isis is a web gateway to Osiris portals, written in PHP 5, through which it is possible to browse a portal without installing Osiris.
The particularity of Isis is the management of the workload and the data, which don't lie on the public server that is running Isis, but is managed by the various nodes running Osiris. Isis only forwards web requests from visitors to the nodes that have become available to it, minimizing the use of resources from the server through the load-balancing of requests.
Since it is not technically possible to guarantee anonymity in this type of architecture, all accesses by Isis are read-only. This has the dual objective of ensuring the privacy of users and encourage the use of Osiris to actively participate to a portal.

Future plans