mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1115] [Feature Request] mac version #840
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#840
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bilgekaan on GitHub (May 23, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1115
Originally assigned to: @NickeManarin on GitHub.
Hi! I was using ScreenToGif on windows, it's the best gif recorder IMO. I recently switched to mac m1 and this is the only software I couldn't find a replacement for. Is there any plan to support mac? If there is a private test version I would love to be a tester.
@TurekBot commented on GitHub (Nov 28, 2022):
I'd love this as well. Can Macs run .NET code now?
@NickeManarin commented on GitHub (Nov 28, 2022):
Yes, it can run .NET code, but UI and system-specific related calls (to capture images/video for example) needs to be ported manually.
I'm currently working on a rewrite for the app (for v3), after that I'm planning on creating a small proof of concept with some of the available UI solutions. I just need a mac computer for that :)
@TurekBot commented on GitHub (Nov 28, 2022):
Cool! I've used JavaFX with great success for cross-platform desktop apps.
@wushu037 commented on GitHub (Mar 1, 2023):
looking forward to it!
@NickeManarin commented on GitHub (Mar 7, 2023):
I'll probably use Avalonia, and reuse everything that I can.
But I'll need a computer with macOS, and where I'm from (Brazil) it is not cheap (actually it's the most expensive place to buy a Mac).
@Morgy93 commented on GitHub (Feb 17, 2026):
I also took some time to review the codebase and explore what it would take to port it to macOS. As mentioned before, it’s not a trivial effort - even with AI helping out 😄
A move to Avalonia would likely be necessary, which would probably mean rewriting around 80% of the application.
That said, I truly miss having this tool on macOS. I’m very grateful for all the time I was able to use it on Windows - it’s been incredibly useful. In the meantime, I’d like to share an open-source alternative for macOS that can at least record the screen and export to GIF:
https://getkap.co/
https://github.com/wulkano/Kap
As soon as ScreenToGif becomes macOS-compatible, I’ll switch back without hesitation 😁
And if there’s any way I can support the process, I’d be more than happy to help.
Thanks so much for all the hard work and dedication ❤️