Livecode Community on Apple Silicon

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Livecode Community on Apple Silicon

Post by Emily-Elizabeth »

For the last couple of days, I've been working on getting Livecode Community to run natively on Apple Silicon. There is still a lot of work to be done. Obviously I'll have to change the name, anyone have any ideas?
Screenshot 2026-03-16 at 21.17.18.png
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode Community on Apple Silicon

Post by FourthWorld »

The IDE stacks are where branding is user-facing, and as you know are separate from the compiled engine.

Given how often the brand name shows up across the IDE, rebranding is a fair bit of work.

You might consider using the IDE stacks Paul worked on for OXT, and maybe coordinating your build as a fork.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Livecode Community on Apple Silicon

Post by Emily-Elizabeth »

I did think about asking the OXT guys for the source code, but I figured doing it from the Livecode source would be a fun challenge 8)
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode Community on Apple Silicon

Post by FourthWorld »

The heart wants what the heart wants, but given your talents if I had any say in it I'd rather see you work on that engine compile than a tedious rote task.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Livecode Community on Apple Silicon

Post by Emily-Elizabeth »

FourthWorld wrote: Tue Mar 17, 2026 5:38 am The heart wants what the heart wants, but given your talents if I had any say in it I'd rather see you work on that engine compile than a tedious rote task.
Well, I have some issues with getting the IDE to be installed in the compiled application (I just copypasta'd the Toolset into the bundle). Next I have a few locking bugs to squish and then on to getting the stupid thing to compile applications. Fun fun fun :lol:
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10415
Joined: Fri Feb 19, 2010 10:17 am

Re: Livecode Community on Apple Silicon

Post by richmond62 »

EEtalk . . . as in . . .
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Livecode Community on Apple Silicon

Post by Emily-Elizabeth »

richmond62 wrote: Tue Mar 17, 2026 1:45 pm EEtalk . . . as in . . .
I was thinking ehXTalk (eh being my initials and also something we Canadians say a lot ;) )
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10415
Joined: Fri Feb 19, 2010 10:17 am

Re: Livecode Community on Apple Silicon

Post by richmond62 »

Not necessarily a bad idea. 8)
stam
Posts: 3209
Joined: Sun Jun 04, 2006 9:39 pm

Re: Livecode Community on Apple Silicon

Post by stam »

Why not go flashy?

How about:
HyperX (kinda joining HyperCard and xTalk)
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Livecode Community on Apple Silicon

Post by Emily-Elizabeth »

stam wrote: Tue Mar 17, 2026 9:46 pm HyperX (kinda joining HyperCard and xTalk)
That's a good name!
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Livecode Community on Apple Silicon

Post by Emily-Elizabeth »

I went with HyperXTalk.
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10415
Joined: Fri Feb 19, 2010 10:17 am

Re: Livecode Community on Apple Silicon

Post by richmond62 »

Aha: when will you release it into the wild?
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Livecode Community on Apple Silicon

Post by Emily-Elizabeth »

Well right now I only have ARM "working" (I broke it the other day so it doesn't compile) but I put an installer on GitHub (you'll have to do the code signing on it as I need to figure out how to sign it when it's being built)
Emily-Elizabeth
Posts: 205
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Livecode Community on Apple Silicon

Post by Emily-Elizabeth »

richmond62 wrote: Thu Mar 19, 2026 7:45 pm Aha: when will you release it into the wild?
https://github.com/emily-elizabeth/HyperXTalk
You can download and follow the build instructions, but this only makes a build for ARM Macs. It still has all the Livecode branding, so need to get working on that.

Anyone here good at graphic design and making logos and icons and such? It's an unpaid position ;-)
stam
Posts: 3209
Joined: Sun Jun 04, 2006 9:39 pm

Re: Livecode Community on Apple Silicon

Post by stam »

Emily-Elizabeth wrote: Sat Mar 21, 2026 4:41 pm
richmond62 wrote: Thu Mar 19, 2026 7:45 pm Aha: when will you release it into the wild?
https://github.com/emily-elizabeth/HyperXTalk
You can download and follow the build instructions, but this only makes a build for ARM Macs. It still has all the Livecode branding, so need to get working on that.

Anyone here good at graphic design and making logos and icons and such? It's an unpaid position ;-)
I can help, time permitting.
My actual (non-coding) work is absorbing all my time right now (at present I’m 7 days into 12 days continuous 34 hour on-call), so I can probably tackle smaller discrete tasks rather than open-ended ones. Let me know…
Post Reply