-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance we could get a new release? #1115
Comments
Friendly ping… judging from the 79 reactions on this, it seems that I'm not the only one interested in this 🙂 |
It seems more and more that Mosh is no longer maintained: issues are not answered, PR are not merged or reviewed, no commits on master for a long time,… It does not make me super confident about the project future if no one takes over the code. |
The truth is that our maintainer is on hiatus and we haven't made a release since 2017. However, our security track record remains infinitely better than any comparable project (OpenSSH, OpenSSL, etc.). We have never had a major security hole since Mosh 1.0 was released nine years ago. We're pretty proud of that! It's worth a considerable amount of confidence. |
You can be proud of Mosh which is, indeed, a very good software, practical and much more flexible than SSH. It is all the more a pity that it does not evolve to be even better, even more reliable, and a software that continues to innovate to improve remote shells. As the number of PRs and issues shows, people are willing to contribute and take the project further. I know how demanding it is to develop and maintain a software by yourself, so I understand the Mosh team might move away from producing code, but it's a pity that the team does not take advantage of these contributions if they participate in improving the software. |
@GauthierPLM to play devil's advocate, maintaining secure and high-performant software is hard and you cannot just accept anything without carefully studying it. so I kind of understand. Even if it breaks some stuff sometimes (see the issue above :( ) |
It's OK and normal for open source software maintainers to move on; there are many reasons (it has happened to myself several times). But for such a popular project, it would be a shame to let it rot. Are there any attempts to find a new maintainer (or perhaps a team), who could be trusted by the current maintainers to step up and at least make a new release, merge some PRs etc.? I know it can be hard to let go, but the alternatives seem to be letting mosh die, or a fork, neither of which would be nice. Also, "letting go" doesn't have to be permanent, if the interest/motivation/time/whatever to work on mosh returns, they can do so, too, no? |
This is quite true. However, this process should be done prior to merging into |
I'm looking for a new release that builds with openssl 3.0.0 |
If mosh is rotting, has anyone tried Eternal Terminal as a replacement? |
The problem being discussed isn't that mosh development isn't lively enough, but rather the contrary. We have 4 years worth of updates without so much as a patch version bump, and without version bumps maintainers don't update packages in distributions. |
I'm an OpenBSD packager. Whilst we can backport patches if they are important enough, it's just a whole lot easier if there can be regular releases. |
This is a duplicate of issue #974 (from April 2018), FYI – which only serves to cement the impression that no, there won't be a new release coming anytime soon (or ever). |
We're gearing up to release a mosh 1.4. As there hasn't been a release in a while, I anticipate it will take us a while to go through the existing commits and become confident it's good-to-go. Thank you for your patience! |
Thanks for the notice, @achernya - that it appreciated. As is the actual work, obviously. |
Is there anything non security experts can do to help with a new release? Thanks for the great piece of software! |
@laurentS sure, for example go through all the changes since the last release and check for functionality changes and cross-reference to the docs, if they are already updated :) |
It's been 5 years since the Mosh team have officially made a new release. Meanwhile the master branch has seen many updates. Most notably for me, 24 bit true colour. There's been quite some discussion about cutting a new release. But see here to start: mobile-shell/mosh#1115
It's been 5 years since the Mosh team have officially made a new release. Meanwhile the master branch has seen many updates. Most notably for me, 24 bit true colour. There's been quite some discussion about cutting a new release. But see here to start: mobile-shell/mosh#1115
It's been 5 years since the Mosh team have officially made a new release. Meanwhile the master branch has seen many updates. Most notably for me, 24 bit true colour. There's been quite some discussion about cutting a new release. But see here to start: mobile-shell/mosh#1115
It's been 5 years since the Mosh team have officially made a new release. Meanwhile the master branch has seen many updates. Most notably for me, 24 bit true colour. There's been quite some discussion about cutting a new release. But see here to start: mobile-shell/mosh#1115 Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
I see that I gave it a superficial spin on OpenBSD and it appears to be working. The only nit I have is that it now requires GNU make to build. Is that intentional?
|
With mosh 1.4 having been tagged, I guess this can finally be closed! (Although #1229 seems to hint towards colors still or again being broken -- if that's the case, most people who've been waiting for the new release will find this a bitter sweet moment ;)) |
Closing as complete 😄 🎉 (Please open new issues for any new problems or questions) |
I use Mosh daily and really enjoy using it, but one downside of the current stable release is that it doesn't contain support for true colors, which has already been implemented and is available on the master branch.
Since I prefer using true colors in Vim, I usually end up patching Mosh with true color support on all my machines... it's trivial on Gentoo (with built-in support for user supplied patches in the package manager), but a bit more work on Fedora and others.
Since the last release of Mosh is over 3 years old, is there any chance we could get a stable release that has true color support?
Thanks in advance!
The text was updated successfully, but these errors were encountered: