Difference between revisions of "Main Page"

From Kosmos Wiki
Jump to navigation Jump to search
 
(136 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Codename 67P ==
+
The Kosmos project is an open co-operative of people, who are developing a free, open-source, and user-centric alternative to centralized group chat platforms, based on widely used protocols and standards.
  
Codename 67P a.k.a. Nice Cave a.k.a Subspace is a team communication application based exclusively on open protocols, standards, and APIs. All of its components are free software, published under open-source licenses. User-facing programs will be built upon the [https://platform.html5.org/ Web Platform], communicating with server components via HTTP and WebSockets.
+
We also offer a variety of other, hosted communication and collaboration services, mostly focused on users and contributors of free and open-source software.
  
== Building blocks ==
+
== Products ==
  
67P consists of several components, all of which can be configured separately, and thus be either hosted by a provider or self-hosted by the user/organization. These are:
+
=== Kosmos Chat ===
  
* [http://sockethub.org Sockethub] server for facilitating client/server communication between the Web client and the multiple protocols/backends/APIs it needs to talk to (e.g. IRC, SMTP, OStatus, Twitter, GitHub, SMS gateways, TURN etc.), as well handling incoming notifications like e.g. WebHooks from services that want to publish messages to 67P-handled IRC channels
+
[[Kosmos Chat]] (ex ''Codename 67P'') is a group communication application, based exclusively on open protocols, standards, and data formats. All of its components can be either self-hosted or connected to hosted services. An alpha version is already in use by developers, and a public beta version is planned for 2022.
* [http://remotestorage.io RemoteStorage] server for storing all user data in a user-defined/controlled storage backend
 
* [https://en.wikipedia.org/wiki/Internet_Relay_Chat IRC] server for private communication servers (not needed for personal usage on public servers)
 
* [https://en.wikipedia.org/wiki/Traversal_Using_Relays_around_NAT TURN] server for WebRTC networking enhancements/fallback for audio and audio/video calls (optional)
 
* [https://github.com/67P/hyperchannel Web client], written in [http://emberjs.com/ Ember.js], using sockethub.js and remotestorage.js, and making heavy use of Ember/Web components for implementing its functionality
 
  
[[Technical overview]]
+
=== Kredits ===
  
== Goals ==
+
[[Kredits]] are a system for tracking project contributions, enabling the fair and transparent use of project funds, as well as improving project management and governance. We are currently experimenting with the system in pre-production and running trials for opensource grant payouts. Check out the [https://kredits.kosmos.org/ public contribution dashboard] if you're interested.
  
* Provide users/organizations/businesses with a modern, full-featured team communication solution, which is easy to set up and use
+
== Services ==
* Eventually provide a fully hosted, one-click-setup solution for private team communication (keeping the possibility to exchange any component at will, e.g. storing all data on a user-controller remoteStorage server instead of the 67P company's own remoteStorage servers
 
* Use common, open, documented data formats for storing all data, thus making it possible to use/manage/input stored data from other apps (no matter if new or existing). This is where the remoteStorage protocol is different than all other personal data storage protocols made for the Web.
 
* Make it possible for users to be part of and use both public and private channels/spaces/servers at the same time (no more Campfire/Hipchat/Slack for work and clients, and IRC only for open-source and hobby, all in different apps)
 
* Always keep the whole application in a state that can be deployed by anyone (with the necessary skills) who wishes to self-host the whole system. That explicitly includes excellent documentation for doing so.
 
* Reversing the trend of declining IRC users on public servers by giving everyone a great Web IRC client, most importantly making it easy to connect, register nicks, auto-log and replay messages while away — all the nitty-gritty details that even software developers struggle with these days
 
* Always be backwards-compatible to plain IRC. This will be achieved through smart client components, enhancing the rendering/fetching of messages on the client side, while messages transferred via servers are always plain-text and readable in IRC without spammy extra characters/lines
 
* Have an excellent mobile client (or multiple)
 
* Make use of the latest Web Platform standards, not caring about backwards-compatibility in Web runtimes (much). 67P is a modern Web application, and people not running modern Web runtimes can use plain IRC clients.
 
  
== Features ==
+
We run a variety of hosted services. See here: https://kosmos.org/services/
  
* [[Feature: Chat| Chat]]
+
== Community / Getting in touch / Getting involved ==
* [[Feature: Incoming notifications / (web)hooks| Incoming notifications / (web)hooks]]
 
* [[Feature: Audio/video communication| Audio/video communication]]
 
* [[Feature: File sharing| File sharing]]
 
* [[Feature: Migration from existing systems| Migration from existing systems]]
 
* [[Feature: Guest communication| Guest communication]]
 
* [[Feature: Themes| Themes]]
 
* [[Feature: Offline support| Offline support]]
 
* [[Feature: Onboarding / Setup| Onboarding / Setup]]
 
  
== Development Roadmap ==
+
=== Code ===
  
See [[Roadmap]].
+
* [https://github.com/67P/ GitHub]
 +
* [https://gitea.kosmos.org/kosmos Gitea]
  
== Team ==
+
=== Chat ===
  
See [[Team]].
+
* XMPP: [xmpp:kosmos@kosmos.chat?join kosmos], [xmpp:kosmos-dev@kosmos.chat?join kosmos-dev], [xmpp:kredits@kosmos.chat?join kredits], and [xmpp:ops@kosmos.chat?join ops] on kosmos.chat
 +
* IRC: [https://waves.kosmos.org/logs/freenode/kosmos/today #kosmos] and [https://waves.kosmos.org/logs/freenode/kosmos-dev/today #kosmos-dev] on [https://libera.chat/ Libera.Chat] (much less active than XMPP)
  
== Company ==
+
=== Social ===
  
See [[Company]].
+
* Fediverse (Mastodon, GNU Social, Hubzilla, etc.): [https://kosmos.social/@kosmos kosmos@kosmos.social] and [https://kosmos.social/@ops ops@kosmos.social]
 +
* Twitter: [https://twitter.com/KosmosHQ @KosmosHQ]
 +
 
 +
=== Monthly conference calls ===
 +
 
 +
We hold monthly calls to sync our team (and whoever else is interested) on development progress. See [https://community.kosmos.org/t/monthly-dev-call/184 event details] on the forums.
 +
 
 +
== Events ==
 +
 
 +
From now on (Oct 2020), you can find all upcoming events in the [https://community.kosmos.org/c/events/9 Events & Meetings] section on our community forums.
  
 
== Notes ==
 
== Notes ==
  
=== Similar projects / inspiration ===
+
See [[Notes]].
 +
 
 +
== Code of Conduct ==
  
* https://kiwiirc.com
+
[[Contributor Code of Conduct]]
* https://www.ircbutt.com
 
* https://gitter.im
 
* http://chat.stackoverflow.com
 
* https://chatgrape.com/ (good input field ideas)
 
* https://github.com/thedjpetersen/subway
 
* https://conversejs.org
 
* http://qoffee.io
 
* http://neovim.org (bounties for features)
 
* http://web.scrollback.io very similar in goals, open-source, claims to be used by a lot of different groups, has funding and appears to be hiring.
 

Latest revision as of 17:42, 3 December 2023

The Kosmos project is an open co-operative of people, who are developing a free, open-source, and user-centric alternative to centralized group chat platforms, based on widely used protocols and standards.

We also offer a variety of other, hosted communication and collaboration services, mostly focused on users and contributors of free and open-source software.

Products

Kosmos Chat

Kosmos Chat (ex Codename 67P) is a group communication application, based exclusively on open protocols, standards, and data formats. All of its components can be either self-hosted or connected to hosted services. An alpha version is already in use by developers, and a public beta version is planned for 2022.

Kredits

Kredits are a system for tracking project contributions, enabling the fair and transparent use of project funds, as well as improving project management and governance. We are currently experimenting with the system in pre-production and running trials for opensource grant payouts. Check out the public contribution dashboard if you're interested.

Services

We run a variety of hosted services. See here: https://kosmos.org/services/

Community / Getting in touch / Getting involved

Code

Chat

Social

Monthly conference calls

We hold monthly calls to sync our team (and whoever else is interested) on development progress. See event details on the forums.

Events

From now on (Oct 2020), you can find all upcoming events in the Events & Meetings section on our community forums.

Notes

See Notes.

Code of Conduct

Contributor Code of Conduct