← Back to Documentation
macOS Installation Guide
This guide will walk you through installing Sokuji on macOS systems. Sokuji is available as an unsigned .pkg installer that includes a virtual audio driver for enhanced audio processing capabilities.
Download for macOSSystem Requirements
- macOS 10.15 (Catalina) or later
- Apple Silicon (M1/M2/M3/M4) or Intel (x86_64) processor
- 4GB RAM minimum (8GB recommended)
- 200MB available disk space
- Administrator privileges (required for virtual audio driver installation)
- Internet connection for AI translation services
- Microphone and speakers/headphones
Installation Steps
Step 1: Download Sokuji
Visit the official GitHub releases page to download the latest version of Sokuji for macOS.
Download the PKG Installer
- Sokuji-x.x.x-arm64.pkg - For Apple Silicon Macs (M1/M2/M3/M4)
- Sokuji-x.x.x-x64.pkg - For Intel Macs
- Each installer includes the Sokuji app and the virtual audio driver
- File size is approximately 150-200MB
Tip: Not sure which one to download? Click the Apple menu () → "About This Mac" to check your chip type. If you see "Apple M1/M2/M3/M4", choose the arm64 version. If you see "Intel", choose the x64 version.
The PKG installer is unsigned, which means you'll need to take special steps to install it (covered in the next step).
Step 2: Prepare for Installation
Because the PKG installer is unsigned, macOS will block it by default. You need to remove the quarantine attribute before installation.
Remove Quarantine Attribute (Required)
- Open Terminal (Applications → Utilities → Terminal)
- Type or paste the following command (replace x.x.x with your version number):
sudo xattr -d com.apple.quarantine ~/Downloads/Sokuji-x.x.x-arm64.pkg
For Intel Macs, use:sudo xattr -d com.apple.quarantine ~/Downloads/Sokuji-x.x.x-x64.pkg - Press Enter and type your administrator password when prompted
- The command will complete silently (no output means success)
What does this do? This command removes the quarantine flag that macOS adds to downloaded files. It's safe and necessary for unsigned PKG installers.
This step is critical! Without removing the quarantine attribute, the PKG installer will fail to open or install.
Step 3: Install PKG
Now that you've prepared the installer, you can install Sokuji and its virtual audio driver.
Installation Process
- Locate the downloaded
.pkgfile in your Downloads folder (e.g.,Sokuji-x.x.x-arm64.pkgorSokuji-x.x.x-x64.pkg) - Double-click the PKG file to start the installation
- The macOS Installer will open - click "Continue" to proceed
- Review the installation details and click "Install"
- Enter your administrator password when prompted (required for driver installation)
- Wait for the installation to complete (usually 1-2 minutes)
- Click "Close" when installation is finished
What Gets Installed
- Sokuji.app - Installed to /Applications
- SokujiVirtualAudio.driver - Virtual audio driver installed to /Library/Audio/Plug-Ins/HAL
- The installer will automatically restart CoreAudio to load the driver
Administrator password is required because the installer needs to install a system-level audio driver. The virtual audio driver enables advanced audio processing features.
Step 4: First Launch
After installation, you may need to grant Sokuji permission to run since it's downloaded from outside the App Store.
Opening Sokuji for the First Time
- Navigate to your Applications folder
- Find Sokuji in the list
- Right-click (or Control-click) on Sokuji
- Select "Open" from the context menu
- When the security dialog appears, click "Open" to confirm
Note: If you completed Step 2 correctly, you may not see any security warnings.
Alternative Method
If macOS still blocks Sokuji:
- Open System Preferences → Security & Privacy
- Go to the General tab
- You should see a message about Sokuji being blocked
- Click "Open Anyway"
This security warning only appears on first launch. After that, you can open Sokuji normally from Launchpad or Applications.
Step 5: Configure Sokuji
Now that Sokuji is running, let's configure it for first use:
Initial Setup
- Grant microphone permissions when macOS prompts you
- Select your preferred interface language
- Choose your AI provider (OpenAI, Google Gemini, etc.)
- Enter your API key for the selected provider
- Select source and target languages for translation
- Choose your audio devices (you should see "Sokuji Virtual Audio" in the list)
- Test your microphone and speaker setup
Congratulations! Sokuji is now ready to use. The virtual audio driver has been installed and is available in your audio device list. Click the microphone button to start real-time translation.
Troubleshooting
"The package is damaged and can't be opened" or PKG won't install
This happens when the quarantine attribute hasn't been removed from the PKG file:
- Open Terminal (Applications → Utilities → Terminal)
- Run:
sudo xattr -d com.apple.quarantine ~/Downloads/Sokuji-*.pkg - Enter your password when prompted
- Try installing the PKG again
"Sokuji can't be opened because it is from an unidentified developer"
This happens if you didn't run the xattr command before installing:
- Right-click the Sokuji app in Applications
- Select "Open" from the menu
- Click "Open" in the dialog that appears
Microphone not working
If Sokuji can't access your microphone:
- Open System Preferences → Security & Privacy → Privacy
- Select Microphone from the left sidebar
- Make sure Sokuji is checked in the list
- If it's not listed, restart Sokuji and grant permission when prompted
No audio output
If you can't hear the translated audio:
- Open System Preferences → Sound → Output
- Select your preferred output device
- Check the output volume is not muted
- In Sokuji, verify the correct output device is selected
App crashes on Intel Macs or performance issues
Make sure you downloaded the correct installer for your Mac:
- Apple Silicon (M1/M2/M3/M4): Use
Sokuji-x.x.x-arm64.pkg - Intel: Use
Sokuji-x.x.x-x64.pkg - Check your chip type: Apple menu () → "About This Mac"
- If you used the wrong installer, download the correct version from the releases page
- If crashes persist with the correct installer, check Console.app for crash logs and report them on GitHub
Virtual audio driver not showing up
If you don't see "Sokuji Virtual Audio" in your audio devices:
- Check if the driver is installed:
ls /Library/Audio/Plug-Ins/HAL/ - If not present, you may need to reinstall Sokuji
- If present, try restarting CoreAudio:
sudo killall coreaudiod - Check System Preferences → Sound to see if the device appears
Installation requires administrator password
This is normal and required:
- The PKG installer needs to install a system-level audio driver
- System audio drivers require administrator privileges to install
- Enter your password when prompted - this is safe and expected
- If you don't have administrator access, contact your system administrator