[GH-ISSUE #1015] Can you make a selector for the output format ? #722

Closed
opened 2026-02-27 15:51:34 +03:00 by kerem · 3 comments
Owner

Originally created by @spookycheekybreeky on GitHub (Sep 1, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1015

hi , can you make a selector for the output of the file befor the generation of the agent for selecting the os like

What operating system you would use this agent on ?

  • windows
  • linux
  • osx

The solution for that is developping the possiblity for the generator to generate agent for linux , windows and osx , i fink is doable because all the code is in C so you just need to make some change for the file path and all the other path of the agent is using and after just change the compilation at the end for making it into .elf , .exe format. So i fink you got what i mean and i fink im not the first persone to fink its possible and it would be great if you can do it. It would be great if you reply to this by saying if you gonna do it or not and thanx you if you plan to do it.

Originally created by @spookycheekybreeky on GitHub (Sep 1, 2021). Original GitHub issue: https://github.com/quasar/Quasar/issues/1015 hi , can you make a selector for the output of the file befor the generation of the agent for selecting the os like What operating system you would use this agent on ? - windows - linux - osx The solution for that is developping the possiblity for the generator to generate agent for linux , windows and osx , i fink is doable because all the code is in C so you just need to make some change for the file path and all the other path of the agent is using and after just change the compilation at the end for making it into .elf , .exe format. So i fink you got what i mean and i fink im not the first persone to fink its possible and it would be great if you can do it. It would be great if you reply to this by saying if you gonna do it or not and thanx you if you plan to do it.
kerem closed this issue 2026-02-27 15:51:34 +03:00
Author
Owner

@edcdecl commented on GitHub (Sep 2, 2021):

It is possible, but different operating systems have different executable formats (as well as different APIs), so MaxXor would probably have to rewrite some (or all) parts of the client C# code.

You could probably use Wine to run the generated client though.

<!-- gh-comment-id:910949984 --> @edcdecl commented on GitHub (Sep 2, 2021): It is possible, but different operating systems have different executable formats (as well as different APIs), so MaxXor would probably have to rewrite some (or all) parts of the client C# code. You could _probably_ use [Wine](https://www.winehq.org/) to run the generated client though.
Author
Owner

@spookycheekybreeky commented on GitHub (Sep 2, 2021):

the operating system im intresting in now is more linux ( debian , ubuntu , ect ) but the pcs im working with got low capaciti in storage so i cant use wine because is too ig for the pcs so if is possible to make it only for linux its would be really cool .

<!-- gh-comment-id:910952308 --> @spookycheekybreeky commented on GitHub (Sep 2, 2021): the operating system im intresting in now is more linux ( debian , ubuntu , ect ) but the pcs im working with got low capaciti in storage so i cant use wine because is too ig for the pcs so if is possible to make it only for linux its would be really cool .
Author
Owner

@MaxXor commented on GitHub (Sep 4, 2021):

It's not simply adding a selector for the output format. Making the Quasar client run on Linux and OSX will require a very large effort. However I've started upgrading Quasar to .NET Core which will definitely help with this task.

As there are other issues open for Linux support I'll close this one.

<!-- gh-comment-id:913015782 --> @MaxXor commented on GitHub (Sep 4, 2021): It's not simply adding a selector for the output format. Making the Quasar client run on Linux and OSX will require a very large effort. However I've started upgrading Quasar to .NET Core which will definitely help with this task. As there are other issues open for Linux support I'll close this one.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#722
No description provided.