reactos VS Wekan

Compare reactos vs Wekan and see what are their differences.

Wekan

The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only. (by wekan)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
reactos Wekan
150 79
14,009 19,108
1.3% 0.5%
9.9 9.8
6 days ago 7 days ago
C JavaScript
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

reactos

Posts with mentions or reviews of reactos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-19.
  • Questioning "The Value of Open Source Software"
    1 project | news.ycombinator.com | 12 Feb 2024
    https://reactos.org/ implement some of the windows API
  • Saving Linux
    2 projects | news.ycombinator.com | 19 Jan 2024
  • Windows 10 end of life could prompt torrent of e-waste
    3 projects | news.ycombinator.com | 21 Dec 2023
    You can use Rufus: https://rufus.ie/en/

    To modify the ISO to turn off hardware check and TPM support for Windows 11 to install it on an unsupported PC.

    https://github.com/pbatard/rufus/wiki/FAQ#user-content-Help_...

    Besides Linux and BSD Unix there is: https://reactos.org/ https://aros.sourceforge.io/ https://www.haiku-os.org/ and https://www.arcanoae.com/arcaos/

    I know some third-world nations still use DOS and the BORLAND DOS compilers because people donate old computers to their nations.

    With the right OS, old computers are still usable. Please don't throw them away, e-cycle them so they get used by poor nations that cannot afford new PCs.

  • A balance between lightweight and user friendly
    1 project | /r/linux4noobs | 11 Dec 2023
  • Microsoft Will Eventually Start Charging You for Windows 10 Security Updates
    3 projects | news.ycombinator.com | 6 Dec 2023
  • BREAKING NEWS: Registry healing and validation checks work by George Bisoc has just been merged into main tree!
    1 project | /r/reactos | 22 Nov 2023
  • ReactOS Newsletter 103 – Late 2023 News
    1 project | news.ycombinator.com | 5 Nov 2023
    ReactOS is sometimes very disappointing. Take the issue with toolbar icons, for example. Toolbar icons in at least Office 97, Office 2000 and Visual Basic 6 were affected, as was some game [0]. Microsoft Office is a complex Win32 application, making it a good guinea pig for testing compatibility. And yet, this was fixed a few months ago, and the Office bug was reported in 2016 [1]. The bug with no text wrapping for tray balloons is also an embarrassing thing to have lingering for years (I assume it was like this since the balloons were first implemented in ReactOS).

    Does the world really need a buggy Windows Server 2003 reimplementation? I think the efforts of the development team could be better spent elsewhere.

    [0]: https://github.com/reactos/reactos/pull/5227

    [1]: https://jira.reactos.org/browse/CORE-12377

  • Microsoft Edge is starting to annoy me big time
    2 projects | news.ycombinator.com | 3 Sep 2023
    Anyone tried ReactOS recently? Supposed to be a clean-room FOSS Windows NT compatible OS.

    https://reactos.org/

    It's still on my TODO. Mostly cause my parents want XP back.

  • Windows 9x and Word 9x at 800x600 resolution. Spacious. Comfy
    3 projects | news.ycombinator.com | 11 Jul 2023
    > It's whitespace. There's wayyyy too much god damn whitespace in modern UIs, and it's awful.

    I wanted to see how LibreOffice would compare on my netbook, and frankly it's better than the new Word, but still "worse" than the old version: https://i.imgur.com/cWGYh3M.png

    That said, at least LibreOffice lets you have your custom themes and actually offers a variety of different interface layouts, which I think is a nice touch: https://wiki.documentfoundation.org/Videos/User_interface

    > Windows 7 with the Classic theme (which really was just a slight evolution over Win2K) was peak UI/UX, and you'll never change my mind. It's been downhill ever since, getting worse and worse with each generation.

    To be honest, I'm inclined to agree with this. That's also why I rather enjoyed the Redmond theme even in *nix distros. There's just something so very usable about the old Windows look and more modern attempts, such as SerenityOS https://serenityos.org/ and even ReactOS https://reactos.org/

  • Looking for an os for a very old laptop
    1 project | /r/lowendgaming | 4 Jul 2023

Wekan

Posts with mentions or reviews of Wekan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-18.
  • Elegant open source project tracking, Trello like but self-hosted
    6 projects | news.ycombinator.com | 18 Mar 2024
    Looks nice, I selfhosted https://github.com/wekan/wekan for a while, which is a MIT licensed heavily Trello-inspired alternative, does someone know both Wekan and Plankanban and can tell their differences?
  • PostgreSQL on S390x
    1 project | news.ycombinator.com | 23 Nov 2023
    Where can I get info, how to make required changes to get software running on s390x? For example, some software requires CPU-specific assembler code. I can not get some code to compile correctly:

    https://github.com/wekan/wekan/wiki/s390x

  • Coding Is Hard
    2 projects | news.ycombinator.com | 19 Nov 2023
    Thanks for writing this.

    I have added and removed about 4 million lines of code:

    https://github.com/wekan/wekan/graphs/contributors

    to WeKan Open Source kanban:

    https://wekan.github.io

    You are not dumb. It is normal to feel frustrated, when figuring out, step by step, how something works, and what to do. It is like labyrinth. Having enough breaks, taking a walk when needed, having enough coping skills or adding more of them, having patience to keep notes of what is current position in that rabbit hole. If some way does not work, try some other way.

    It is always about the basics. Many programming languages change syntax often. Some dependencies change.

    For example, when writing some for database export:

    1) There was no working code examples at documentation

    2) Google etc searches had old info, did not work

    3) I did not find from source code how it did work

    4) ChatGPT, Bing AI etc examples did not work

    5) So I tried with trial and error, what is correct syntax, character by character

    For some error messages, sometimes Google search shows somebody having same problem, or even a fix. But if not, it's about reading source code of the software.

    But this works when code is available, like in Open Source.

    If something is binary executeable, then there is need to decompile, read assembler, deobfuscate, etc. That means even more required, I have not gone there yet. That is why I use and develop FOSS, when it is possible to more easily fix something, when it is broken.

  • Show HN: Kantankanban – A CLI to track to-do's, custom lists, and more
    5 projects | news.ycombinator.com | 17 Aug 2023
    Hi Wekan,

    looks cool but IHMO suffers from confusing documentation and onramp.

    It took me multiple attempts, days apart, after initially stumbling upon this comment to get a better sense of it.

    The project homepage (https://wekan.github.io/) stresses the different installers but at that point I didn't know if I want to install it or not.

    Clicking on the Features link (https://wekan.github.io/#features) just takes you a few lines down on the same page which doesn't tell you much.

    I tried to find a link to the Github repo but that wasn't obvious either. Eventually I stumbled upon it by following the Docs and API links at the bottom but those are very small and hidden compared to the rest of the content on the page.

    From the Docs wiki there is a much better list of Features (https://github.com/wekan/wekan/wiki#:~:text=Calendar-,Featur...) that tells me more of what I was looking for.

    However, I still don't know what database backends are supported or how configurable those are which I need to know in order to assess my backup strategy and how much work it will be for me to maintain this for our intranet site.

  • Trello Alternative
    10 projects | /r/selfhosted | 6 Jun 2023
  • Firefox Multirow Bookmarks Toolbar
    1 project | news.ycombinator.com | 1 Jun 2023
  • Kanboard is a free and open source Kanban project management software
    14 projects | news.ycombinator.com | 23 May 2023
    Thanks! I added issue about it:

    https://github.com/wekan/wekan/issues/4930

  • Suggestions for self-hosted Kanban with activities timeline?
    1 project | /r/selfhosted | 14 Apr 2023
    Try to look at wekan. https://wekan.github.io/
  • Project Management
    4 projects | /r/NextCloud | 29 Mar 2023
    Deck is very minimal and not really suited for anything beyond simple, personal stuff, in my opinion. As far as self-hosted, my favorite is still Kanboard, which has a lot of plugins and themes to choose from. Leantime is good too and a bit different. I also like Vikunja and Wekan.
  • Self-hosted kanban board
    6 projects | /r/selfhosted | 19 Mar 2023
    Have a look at Kanboard. For Android it can be used with kandroid (available on F-Droid). There is also WeKan with official app on Google Play Store

What are some alternatives?

When comparing reactos and Wekan you can also consider the following projects:

NsCDE - Modern and functional CDE desktop based on FVWM

Kanboard - Kanban project management software

Proton - Compatibility tool for Steam Play based on Wine and additional components

focalboard - Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.

serenity - The Serenity Operating System 🐞

Planka - The realtime kanban board for workgroups built with React and Redux.

quickemu - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.

Restyaboard - Trello like kanban board. Based on Restya platform.

docker-minecraft-server - Docker image that provides a Minecraft Server that will automatically download selected version at startup

deck - 🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello

ravynos - A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.

deck - DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop