Skip to content
Merged
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
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,12 @@ jobs:
distribution: temurin
java-version: '17'
- uses: android-actions/setup-android@v3
# arm64-v8a only. The 32-bit armv7 ABI breaks llama-cpp-sys-2's build script
# (Cargo doesn't set CARGO_CFG_TARGET_FEATURE for it), and aarch64 covers the
# overwhelming majority of real Android devices.
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-linux-android,armv7-linux-androideabi,i686-linux-android,x86_64-linux-android
targets: aarch64-linux-android
- uses: swatinem/rust-cache@v2
with:
workspaces: src-tauri
Expand All @@ -113,7 +116,7 @@ jobs:
echo "ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk/$NDK_VERSION" >> "$GITHUB_ENV"

- run: bun install --frozen-lockfile
- run: bun run android:build:apk
- run: bun run tauri android build --apk --target aarch64

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ aether-ds/*
.design-sync/*
.ds-sync/
ds-bundle/

design-assets
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ Saved iCE behavior:

### AiON

AiON is the local intelligence sidepanel.
AiON is the local wisdom sidepanel.

**Ask mode**:

Expand Down
Binary file added build/icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aether-browser",
"version": "1.0.0",
"version": "1.0.1",
"productName": "ÆTHER",
"description": "Local AI-powered browser and knowledge hub",
"author": "canpixel.com",
Expand Down
Binary file removed public/Image.png
Binary file not shown.
201 changes: 0 additions & 201 deletions public/aether-crystal.svg

This file was deleted.

Loading
Loading