kimi-code-bin
LOW
maintainer colegeming
0 votes
scanned 2026-09-25 11:11:47.608437
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: colegeming <collegeming@outlook.com>
2
3
pkgname=kimi-code-bin
4
pkgver=2.1.1
5
pkgrel=1
6
pkgdesc='Kimi Code CLI - the starting point for next-gen agents (prebuilt binary)'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/MoonshotAI/kimi-code'
9
license=('MIT')
10
# Bun-compiled glibc binary: glibc for libc/libdl/libm/libpthread, gcc-libs for
11
# libstdc++/libgcc_s. No Node.js runtime needed, unlike the npm-based
12
# `kimi-code` package.
13
depends=('glibc' 'gcc-libs')
14
provides=('kimi-code')
15
# kimi-cli and kimi-cli-bin also install /usr/bin/kimi -- kimi-code is the
16
# successor of that older Python CLI -- so declare the clash instead of
17
# failing on an unexplained file conflict.
18
conflicts=('kimi-code' 'kimi-cli')
19
options=('!strip')
20
# The LICENSE is not part of any release asset, so it is pinned here from the
21
# default branch; refresh its sha256 only if upstream changes that file.
22
source_x86_64=(
23
"https://github.com/MoonshotAI/kimi-code/releases/download/%40moonshot-ai/kimi-code%402.1.1/kimi-code-linux-x64.tar.gz"
24
'LICENSE::https://raw.githubusercontent.com/MoonshotAI/kimi-code/main/LICENSE'
25
)
26
sha256sums_x86_64=(
27
'b66cc3787bc9dfa6a06761305dc8878f98e7a24f79fa4494c00714229a1486e8'
28
'23cc68e17992e0b512ae2e80afc5787d7d8e0fbfbdb4fff54ec0245508fa400e'
29
)
30
source_aarch64=(
31
"https://github.com/MoonshotAI/kimi-code/releases/download/%40moonshot-ai/kimi-code%402.1.1/kimi-code-linux-arm64.tar.gz"
32
'LICENSE::https://raw.githubusercontent.com/MoonshotAI/kimi-code/main/LICENSE'
33
)
34
sha256sums_aarch64=(
35
'5c68d74b139b47fb3457f3805a159cdfa942a6a98a159ab158a1baf93b024bbd'
36
'23cc68e17992e0b512ae2e80afc5787d7d8e0fbfbdb4fff54ec0245508fa400e'
37
)
38
39
package() {
40
# Each tarball holds a single self-contained `kimi` executable.
41
install -Dm755 "${srcdir}/kimi" "${pkgdir}/usr/bin/kimi"
42
install -Dm644 "${srcdir}/LICENSE" \
43
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 11:11:47 | Low | 1 |