There are many slack alternatives out already, as volent has pointed out. What I'd like to see is one that is based on Tox technology. Having a decentralised network would be much better as it would remove all costs of self-hosting.
It is more oriented towards real time and spontaneous conversations, but my Firestr project is a p2p chat/app platform. I am working on the idea of more persistent conversations. Check it out, it is still alpha but works well. I am always open for help to make it more awesome too. http://firestr.com https://github.com/mempko/firestr
Mattermost: Open-source, on-premises, Slack alternative
201–210 of 222 posts
Re: Mattermost: Open-source, on-premises, Slack alternative
#202Re: Mattermost: Open-source, on-premises, Slack alternative
#203You know what else is a great open-source on-premises Slack alternative? Most IRCds.
Re: Mattermost: Open-source, on-premises, Slack alternative
#204Re: Mattermost: Open-source, on-premises, Slack alternative
#205Earlier quoted context omitted.
I recently switched from a company using HipChat to a company using Slack, and the differences seem mostly cosmetic and immaterial. Are the differences between these various chat programs big enough to affect user experience or productivity? What distinguishes one from the next?
One of the biggest differences for us was the option for a self hosted solution with HipChat. Both companies are fairly open about accessing user communications without any sort of permission or audit trail. Being able to self host it ensures that Atlassian or Slack employees aren't dropping into our chats.
Re: Mattermost: Open-source, on-premises, Slack alternative
#206One thing I really like and appreciate is that there's a dockerfile right in the root of the project, which makes spinning up a container a relatively nice experience... haven't run it or looked into the code though... that just struck out at me... Looking at the dockerfile, it seems pretty big, and it also strikes me slightly that they have dependencies on node, ruby and go, along with mysql and redis. The UI appear…
I think it's nice that they support Docker, but I was disappointed that their entire installation instructions were "install docker then run our image". I had to read the dockerfile and the "start" script to find out what the actual dependencies and setup steps are. https://github.com/mattermost/platform/blob/master/Dockerfil... https://github.com/mattermost/platform/blob/master/docker/do... Surely even docker users…
Re: Mattermost: Open-source, on-premises, Slack alternative
#207Re: Mattermost: Open-source, on-premises, Slack alternative
#208> We’re a YC-backed indie video game company releasing an open source alternative to Slack. Don't want to troll you guys here, but if you're a video game company why are you spending so much time building a Slack clone? I was expecting some short of explanation in your blog post like "we did this because this serves as a core piece of our company for X reason and Slack didn't fit our use case for Y reason".