Releases: iq-spiral-galaxy/spiral-buddy-green
Release list
v0.6.12
Spiral Buddy Green v0.6.12
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.6.11
Spiral Buddy Green v0.6.11
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.6.10
Spiral Buddy Green v0.6.10
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.5.2
Spiral Buddy Green v0.5.2
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.5.1
Spiral Buddy Green v0.5.1
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.5.0
Spiral Buddy Green v0.5.0
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.4.21
Spiral Buddy Green v0.4.21
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.4.20
Spiral Buddy Green v0.4.20
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.4.19
Spiral Buddy Green v0.4.19
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±
μμΈν μλ΄
v0.4.18
Spiral Buddy Green v0.4.18
β‘ 30μ΄ μ€μΉ (ν μ€ λͺ λ Ή)
ν°λ―Έλ/PowerShellμ κ·Έλλ‘ λΆμ¬λ£κΈ° β μ€ν μ€μ΄λ©΄ μλ μ’ λ£ β μ΅μ λ°κΈ° β μ€μΉ β μ¬μ€ν. GitHub API μ κ±°μΉλ rate-limit μμ.
π macOS β Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'π macOS β Intel
osascript -e 'tell application "Spiral Buddy Green" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy Green.app' && \
cp -R "$MOUNT/Spiral Buddy Green.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy Green.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy Green.app'πͺ Windows β PowerShell
μμ λ©λ΄μμ PowerShell κ²μ β μ΄κ³ κ·Έλλ‘ λΆμ¬λ£κΈ°:
$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Green" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-green-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy-green\Spiral Buddy Green.exe"
if (Test-Path $app) { Start-Process $app }π§ Linux β AppImage
curl -fL -o ~/SpiralBuddyGreen.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-green/releases/latest/download/Spiral-Buddy-Green-latest.AppImage"
chmod +x ~/SpiralBuddyGreen.AppImage
~/SpiralBuddyGreen.AppImageλλ μλ λ€μ΄λ‘λ
| OS | νμΌ |
|---|---|
| macOS Apple Silicon | Spiral.Buddy.Green-*-arm64.dmg |
| macOS Intel | Spiral.Buddy.Green-*.dmg (arm64 μλ κ²) |
| Windows | Spiral.Buddy.Green.Setup.*.exe |
| Linux | Spiral.Buddy.Green-*.AppImage |
β οΈ macOS β "μμλ¨" κ²½κ³ κ° λ¨λ©΄
Code signing/곡μ¦μ μ ν λΉλλΌ macOS Gatekeeperκ° μ°¨λ¨ν©λλ€ (μ€μ μμ μλ).
μ ν μ€ λͺ
λ Ήμ xattr -crμ΄ ν¬ν¨λμ΄ μλ ν΄κ²°λ©λλ€. μλμΌλ‘ λ°μλ€λ©΄:
xattr -cr "/Applications/Spiral Buddy Green.app"β οΈ Windows β SmartScreen κ²½κ³ κ° λ¨λ©΄
"μΆκ° μ 보" β "μ€ν" ν΄λ¦. μ½λλ λͺ¨λ 곡κ°λμ΄ μμ΅λλ€.
μ¬μ© λ°©λ²
- λ³ΈμΈ OS νμΌ λ€μ΄λ‘λ β λλΈν΄λ¦
- Setup wizardμμ API ν€ + Obsidian Vault κ²½λ‘ μ
λ ₯
- Vaultλ νν μμΉμμ μλ κ°μ§λ¨ (ν΄λ¦ ν λ²)
- (μ ν) νμ΅ μλ£ μν¬μ€νμ΄μ€ μΆκ° β μ€μ μμ μΈμ λ κ°λ₯
- "μμνκΈ°" β λ©μΈ μ±