Skip to content
Merged

Stage #9281

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
224 changes: 71 additions & 153 deletions .cspell.json

Large diffs are not rendered by default.

307 changes: 254 additions & 53 deletions .github/workflows/agent-prod.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/agent-stage.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/desktop-app-prod.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/desktop-app-stage.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/desktop-timer-app-prod.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/desktop-timer-app-stage.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/server-api-prod.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/server-api-stage.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/server-mcp-prod.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/server-mcp-stage.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/server-prod.yml

Large diffs are not rendered by default.

305 changes: 253 additions & 52 deletions .github/workflows/server-stage.yml

Large diffs are not rendered by default.

173 changes: 0 additions & 173 deletions .github/workflows/windows.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .scripts/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export const env: Env = cleanEnv(
default: 'gauzy-desktop'
}),
DESKTOP_APP_DESCRIPTION: str({
default: 'Ever Gauzy Desktop'
default: 'Gauzy Desktop'
}),
DESKTOP_APP_ID: str({
default: 'com.ever.gauzydesktop'
Expand All @@ -322,7 +322,7 @@ export const env: Env = cleanEnv(
default: 'gauzy-server'
}),
DESKTOP_SERVER_APP_DESCRIPTION: str({
default: 'Ever Gauzy Server'
default: 'Gauzy Server'
}),
DESKTOP_SERVER_APP_ID: str({
default: 'com.ever.gauzyserver'
Expand All @@ -344,7 +344,7 @@ export const env: Env = cleanEnv(
default: 'gauzy-api-server'
}),
DESKTOP_API_SERVER_APP_DESCRIPTION: str({
default: 'Ever Gauzy API Server'
default: 'Gauzy API Server'
}),
DESKTOP_API_SERVER_APP_ID: str({
default: 'com.ever.gauzyapiserver'
Expand All @@ -359,7 +359,7 @@ export const env: Env = cleanEnv(
default: 'gauzy-mcp-server'
}),
DESKTOP_MCP_SERVER_APP_DESCRIPTION: str({
default: 'Ever Gauzy MCP Server'
default: 'Gauzy MCP Server'
}),
DESKTOP_MCP_SERVER_APP_ID: str({
default: 'com.ever.gauzymcpserver'
Expand All @@ -374,13 +374,13 @@ export const env: Env = cleanEnv(
REGISTER_URL: str({ default: 'https://app.gauzy.co/#/auth/register' }),
FORGOT_PASSWORD_URL: str({ default: 'https://app.gauzy.co/#/auth/request-password' }),
AGENT_APP_NAME: str({
default: 'ever-gauzy-agent'
default: 'gauzy-agent'
}),
AGENT_APP_ID: str({
default: 'com.ever.gauzyagent'
}),
AGENT_APP_DESCRIPTION: str({
default: 'Ever Gauzy Agent'
default: 'Gauzy Agent'
}),
AGENT_APP_REPO_NAME: str({
default: 'ever-gauzy-agent'
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,9 @@ Notes:

You can download Gauzy Platform, Gauzy Server, or Desktop Apps (Windows/Mac/Linux) from the official [Downloads](https://web.gauzy.co/downloads) page.

In addition, all downloads are also available from the following pages:

- [Platform Releases](https://github.com/ever-co/ever-gauzy/releases)
- [Server Releases](https://github.com/ever-co/ever-gauzy-server/releases)
- [Desktop App Releases](https://github.com/ever-co/ever-gauzy-desktop/releases)
- [Desktop Timer App Releases](https://github.com/ever-co/ever-gauzy-desktop-timer/releases)
In addition, all releases and pre-releases downloads are also available from the following pages:
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Grammar issue: "pre-releases downloads" should be "pre-release downloads" (adjective form should be singular).

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 133:

<comment>Grammar issue: &quot;pre-releases downloads&quot; should be &quot;pre-release downloads&quot; (adjective form should be singular).</comment>

<file context>
@@ -130,12 +130,9 @@ Notes:
--   [Server Releases](https://github.com/ever-co/ever-gauzy-server/releases)
--   [Desktop App Releases](https://github.com/ever-co/ever-gauzy-desktop/releases)
--   [Desktop Timer App Releases](https://github.com/ever-co/ever-gauzy-desktop-timer/releases)
+In addition, all releases and pre-releases downloads are also available from the following pages:
+- [Platform Releases](https://github.com/ever-co/ever-gauzy/releases)
+- [Apps](https://github.com/ever-co/ever-gauzy/wiki/Gauzy-Desktop-Apps)
</file context>
Suggested change
In addition, all releases and pre-releases downloads are also available from the following pages:
In addition, all releases and pre-release downloads are also available from the following pages:
Fix with Cubic

- [Platform Releases](https://github.com/ever-co/ever-gauzy/releases)
- [Apps](https://github.com/ever-co/ever-gauzy/wiki/Gauzy-Desktop-Apps)

### Production (SaaS)

Expand Down
51 changes: 29 additions & 22 deletions apps/agent/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
"main": "index.js",
"build": {
"appId": "com.ever.gauzyagent",
"artifactName": "${name}-${version}.${ext}",
"artifactName": "${name}-${arch}-${version}.${ext}",
"productName": "Gauzy Agent",
"copyright": "Copyright © 2019-Present. Ever Co. LTD",
"afterSign": "tools/notarize.js",
"dmg": {
"sign": false
"sign": false,
"artifactName": "${name}-${arch}-${version}.${ext}"
},
"asar": true,
"npmRebuild": true,
Expand All @@ -52,45 +53,51 @@
"mac": {
"category": "public.app-category.developer-tools",
"icon": "icon.icns",
"target": [
"zip",
"dmg"
],
"target": {
"target": "default",
"arch": [
"x64",
"arm64"
]
},
"asarUnpack": "**/*.node",
"artifactName": "${name}-${version}.${ext}",
"artifactName": "${name}-${arch}-${version}.${ext}",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "tools/build/entitlements.mas.plist",
"entitlementsInherit": "tools/build/entitlements.mas.plist",
"extendInfo": {
"NSAppleEventsUsageDescription": "Please allow access to script browser applications to detect the current URL when triggering instant lookup.",
"NSCameraUsageDescription": "Please allow access to Gauzy Agent"
"NSAppleEventsUsageDescription": "This app requires access to script browser applications to detect the current URL when triggering instant lookup.",
"NSCameraUsageDescription": "Please allow access to the device camera to capture images and videos.",
"NSMicrophoneUsageDescription": "Please allow access to the device's microphone to capture audio and voice recordings.",
"NSScreenCaptureUsageDescription": "Please allow access to the device's screen to capture screenshots and videos."
}
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
],
"target": "nsis",
"icon": "icon.ico",
"verifyUpdateCodeSignature": false
},
"linux": {
"icon": "linux",
"target": [
"AppImage",
"deb",
"tar.gz"
"snap",
"tar.gz",
"rpm",
"AppImage"
],
"executableName": "ever-gauzy-agent",
"artifactName": "${name}-${version}.${ext}",
"executableName": "gauzy-agent",
"artifactName": "${name}-${arch}-${version}.${ext}",
"synopsis": "Desktop",
"category": "Development"
},
"rpm": {
"fpm": [
"--rpm-rpmbuild-define",
"_build_id_links none"
]
},
"nsis": {
"oneClick": false,
"perMachine": true,
Expand All @@ -99,7 +106,7 @@
"allowToChangeInstallationDirectory": true,
"allowElevation": true,
"installerIcon": "icon.ico",
"artifactName": "${name}-${version}.${ext}",
"artifactName": "${name}-${arch}-${version}.${ext}",
"deleteAppDataOnUninstall": true,
"menuCategory": true
},
Expand Down
Loading
Loading