Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

agent

  1. MeowingCat

    I'm happy to introduce QuakeNotch 3, the Agentic AI Asissted Quake Terminal app for Mac

    Hello, I'm happy to introduce you QuakeNotch 3, the Quake Terminal Emulator with QPilot Agentic AI Assistant. QuakeNotch is an app that gives you Agentic AI Assisted Quake Terminal and your Apple Music library on your Mac's notch. You can download here: https://quakenotch.com You can use...
  2. M

    Purpose of XPCservices and Agent related to an Application

    Just for general knowledge what is the purpose of XPCServices and Agent related to a specific application? I will try to give you an example. I noticed when I launch the Calendar Application I see the following 2 processes running...
  3. A

    Mac Application do not start on system reboot

    I have created a LaunchDaemon service which runs a application sudo launchctl load /Library/LaunchDaemons/com.testapp.plist Here is my com.testapp.plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"...
  4. A

    macOS Run Script with Launchd at Login

    I'm attempting to setup a Launch Agent that will run a simple shell script to mount a FUSE drive at login. I have written a .plist file and moved it into the ~/Library/LaunchAgents/ directory (shown below). Both the .plist and the shell script have permissions of 755. I am able to use the...
  5. G

    macOS Mac OS X- How to catch Logoff / Restart / Shutdown notifications and do few things before app/proce

    Mac OS X- How to catch Logoff / Restart / Shutdown notifications and do few things before app/process terminates (Backgroud apps / Commandline tool ). With foreground apps , I can achieve the same by using this delegate . -...