Fresco — a modern alternative to the BOINC Manager #6866
Replies: 6 comments 10 replies
-
|
This is fantastic! I downloaded the Win version; it works, and it looks great. And it's made with modern tools (Tauri, Vue, TS). |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
My Mac says:
The executable Fresco.app/Contents/MacOS/fresco did not have executable permission bits set. After I set those, my Mac says:
The app has only an ad-hoc signature and is not notarized. Macs will generally refuse to run code that has not been signed by a registered Apple developer and also successfully run through Apple's notarization system. But I think there is an additional problem, because I get the "can't be opened" message even when I tell the OS to override the signing and notarization checks. Here is what is reported when I check for code signing and for notarization: |
Beta Was this translation helpful? Give feedback.
-
|
@AufarZakiev I could try to build the application myself locally from the source files, which would avoid the need for code signing and notarization. (Those are required only for executables downloaded from the Internet.) I downloaded the source tree, but I don't see any instructions for how to build it locally (outside of GitHub.) Please advise. Another comment:
The default client location is different for different OS platforms. On the Mac, the client is normally embedded inside the BOINC Manager application's bundle as a resource: BOINCManager.app/Contents/Resources/boinc. But a user can also download the Unix command-line version in which case they would put the client at /Library/Application Support/BOINC Data/boinc. |
Beta Was this translation helpful? Give feedback.
-
|
@AufarZakiev I noticed you have posted new builds but there is no arm64 Mac build now. I downloaded the x86_64 version for the Mac. It had the same errors as before (including "Can't be opened".) It also did not have the execute permission bits set for Fresco.app/Contents/MacOS/fresco. But once I set those bits and told MacOS to allow running it despite not being properly signed and notarized for downloading from the Internet, it ran under th Rosetta x86_64 emulator. I suggest trying to post the built arm64 Mac version artifact again. |
Beta Was this translation helpful? Give feedback.
-
|
After setting the executable permission bits for the arm64 version, I am still getting
But I did not get that message for the x86_64 version. After getting the x86_64 version to work under Rosetta, I haven't tried building it myself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working on a new BOINC manager and wanted to share it with the community.
What is it? A lightweight, cross-platform replacement for the standard BOINC Manager. It connects to the BOINC client over the same GUI RPC protocol, so nothing changes on the compute side — just a better interface.
Why switch?
Platforms: Windows (x64, ARM64), macOS (Apple Silicon, Intel), Linux (x64, ARM64)
Important notes:
Download: https://github.com/AufarZakiev/Fresco/releases
Source & issues: https://github.com/AufarZakiev/Fresco
Beta Was this translation helpful? Give feedback.
All reactions